Skip to content

Commit 75cdaeb

Browse files
committed
refresh
1 parent 205e0fe commit 75cdaeb

24 files changed

Lines changed: 96 additions & 24 deletions

File tree

bionic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT 2024-02-02
8+
ENV REFRESHED_AT 2024-02-05
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
12-
RUN apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
1313

1414
VOLUME /code
1515

bionic/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (5.8.0~pre0) unstable; urgency=medium
2+
3+
* version set 5.8.0~pre0
4+
5+
-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100
6+
17
kamailio (5.8.0~dev2) unstable; urgency=medium
28

39
* version set 5.8.0~dev2

bookworm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT 2024-02-02
8+
ENV REFRESHED_AT 2024-02-05
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
1313

1414
VOLUME /code
1515

bookworm/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (5.8.0~pre0) unstable; urgency=medium
2+
3+
* version set 5.8.0~pre0
4+
5+
-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100
6+
17
kamailio (5.8.0~dev2) unstable; urgency=medium
28

39
* version set 5.8.0~dev2

bullseye/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT 2024-02-02
8+
ENV REFRESHED_AT 2024-02-05
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN apt-get install -qq --assume-yes clang-11 pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-11 pbuilder
1313

1414
VOLUME /code
1515

bullseye/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (5.8.0~pre0) unstable; urgency=medium
2+
3+
* version set 5.8.0~pre0
4+
5+
-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100
6+
17
kamailio (5.8.0~dev2) unstable; urgency=medium
28

39
* version set 5.8.0~dev2

buster/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT 2024-02-02
8+
ENV REFRESHED_AT 2024-02-05
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
12-
RUN apt-get install -qq --assume-yes clang-7 pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-7 pbuilder
1313

1414
VOLUME /code
1515

buster/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (5.8.0~pre0) unstable; urgency=medium
2+
3+
* version set 5.8.0~pre0
4+
5+
-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100
6+
17
kamailio (5.8.0~dev2) unstable; urgency=medium
28

39
* version set 5.8.0~dev2

focal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
55
# is updated with the current date. It will force refresh of all
66
# of the base images and things like 'apt-get update' won't be using
77
# old cached versions when the Dockerfile is built.
8-
ENV REFRESHED_AT 2024-02-02
8+
ENV REFRESHED_AT 2024-02-05
99

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
12-
RUN apt-get install -qq --assume-yes clang pbuilder
12+
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
1313

1414
VOLUME /code
1515

focal/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (5.8.0~pre0) unstable; urgency=medium
2+
3+
* version set 5.8.0~pre0
4+
5+
-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100
6+
17
kamailio (5.8.0~dev2) unstable; urgency=medium
28

39
* version set 5.8.0~dev2

0 commit comments

Comments
 (0)