Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Feb 5, 2024
1 parent 205e0fe commit 75cdaeb
Show file tree
Hide file tree
Showing 24 changed files with 96 additions and 24 deletions.
4 changes: 2 additions & 2 deletions bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions bionic/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions bookworm/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions bullseye/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions buster/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions focal/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions jammy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions precise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

# fix repositories
RUN sed -i -e 's/archive.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
RUN rm -rf /var/lib/apt/lists/* && apt-get update
RUN echo MIRRORSITE=http://old-release.ubuntu.com/ubuntu > /etc/pbuilderrc
RUN apt-get install -qq --assume-yes clang pbuilder
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions precise/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions sid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions sid/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

# fix repositories
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' -e '/security.debian.org/d' -e '/stretch-updates/d' /etc/apt/sources.list
RUN rm -rf /var/lib/apt/lists/* && apt-get update
RUN echo MIRRORSITE=http://archive.debian.org/debian > /etc/pbuilderrc
RUN apt-get install -qq --assume-yes clang-3.8 pbuilder
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-3.8 pbuilder

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions stretch/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions trusty/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions trusty/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

# fix repositories
RUN sed -i -e 's/deb.debian.org/archive.debian.org/g' -e '/security.debian.org/d' -e '/wheezy-updates/d' /etc/apt/sources.list
RUN rm -rf /var/lib/apt/lists/* && apt-get update
RUN echo MIRRORSITE=http://archive.debian.org/debian > /etc/pbuilderrc
RUN apt-get install -qq --assume-yes pbuilder
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes pbuilder

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions wheezy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down
4 changes: 2 additions & 2 deletions xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL org.opencontainers.image.authors Victor Seva <linuxmaniac@torreviejawirele
# is updated with the current date. It will force refresh of all
# of the base images and things like 'apt-get update' won't be using
# old cached versions when the Dockerfile is built.
ENV REFRESHED_AT 2024-02-02
ENV REFRESHED_AT 2024-02-05

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

VOLUME /code

Expand Down
6 changes: 6 additions & 0 deletions xenial/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kamailio (5.8.0~pre0) unstable; urgency=medium

* version set 5.8.0~pre0

-- Victor Seva <vseva@debian.org> Fri, 02 Feb 2024 15:20:05 +0100

kamailio (5.8.0~dev2) unstable; urgency=medium

* version set 5.8.0~dev2
Expand Down

0 comments on commit 75cdaeb

Please sign in to comment.