Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Dec 10, 2024
1 parent 18c75c4 commit acebfbe
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

Expand Down
4 changes: 2 additions & 2 deletions noble/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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

# 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 DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang pbuilder cmake

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

# 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 DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-3.8 pbuilder
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes clang-3.8 pbuilder cmake

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

# 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 DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes pbuilder
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes pbuilder cmake

VOLUME /code

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@torreviejawirel
# 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-11-15"
ENV REFRESHED_AT="2024-12-10"

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

VOLUME /code

Expand Down

0 comments on commit acebfbe

Please sign in to comment.