Release 20240102.0.204222

This commit is contained in:
Arch Linux Docker release bot 2024-01-02 09:07:24 +00:00
parent 4caef241ef
commit 2d83c80500
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240101.0.204074/base-20240101.0.204074.tar.zst" && \
echo "93cfb041848db9460e987f2b208b8d58517718988f3f27a900827f43ab2ad539 base-20240101.0.204074.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240102.0.204222/base-20240102.0.204222.tar.zst" && \
echo "7257be039dad1a869ee382e77f842b4767fe14e171171d859c4da7cfcf1d741a base-20240102.0.204222.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240101.0.204074.tar.zst
tar -C /rootfs --extract --file base-20240102.0.204222.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20240101.0.204074"
LABEL org.opencontainers.image.version="20240102.0.204222"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-01T19:08:40+00:00"
LABEL org.opencontainers.image.created="2024-01-02T09:07:24+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240101.0.204074' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240102.0.204222' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240101.0.204074/base-devel-20240101.0.204074.tar.zst" && \
echo "97a99c8c55c6b7216af14447031e60e23b2c8d8aef95008f788b527550f5500a base-devel-20240101.0.204074.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240102.0.204222/base-devel-20240102.0.204222.tar.zst" && \
echo "feae0d5e7c5fe78fc5febed485a0a032403c3ef11c6e0903f431a15f268e04a1 base-devel-20240102.0.204222.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240101.0.204074.tar.zst
tar -C /rootfs --extract --file base-devel-20240102.0.204222.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20240101.0.204074"
LABEL org.opencontainers.image.version="20240102.0.204222"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-01T19:08:40+00:00"
LABEL org.opencontainers.image.created="2024-01-02T09:07:24+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240101.0.204074' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240102.0.204222' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240101.0.204074/multilib-devel-20240101.0.204074.tar.zst" && \
echo "227f141a7c5e26e42b4c6a008bb4f551bf74768598dcb4d6504e51eb8548bfb6 multilib-devel-20240101.0.204074.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240102.0.204222/multilib-devel-20240102.0.204222.tar.zst" && \
echo "473116cfce701aeb7403a473277ef98e2bd1f66e1da4552af03ac58580a6aa44 multilib-devel-20240102.0.204222.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240101.0.204074.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240102.0.204222.tar.zst
FROM scratch AS root
@ -29,14 +29,14 @@ LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archl
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20240101.0.204074"
LABEL org.opencontainers.image.version="20240102.0.204222"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-01T19:08:40+00:00"
LABEL org.opencontainers.image.created="2024-01-02T09:07:24+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240101.0.204074' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240102.0.204222' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]