Release 20240327.0.224946

This commit is contained in:
Arch Linux Docker release bot 2024-03-27 09:07:31 +00:00
parent 4375b24c07
commit 7cf1d17109
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/20240326.0.224674/base-20240326.0.224674.tar.zst" && \
echo "5478d2b9c0ce0ae3f6f6fa0dd8c4e13ae23f6c9922d97c6588a6dabb78fcc236 base-20240326.0.224674.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240327.0.224946/base-20240327.0.224946.tar.zst" && \
echo "03cec27ed02098bb3366ba4e497f5d3802fc0a5fb5ea789179556d2c564d0e96 base-20240327.0.224946.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240326.0.224674.tar.zst
tar -C /rootfs --extract --file base-20240327.0.224946.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="20240326.0.224674"
LABEL org.opencontainers.image.version="20240327.0.224946"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-26T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-03-27T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240326.0.224674' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240327.0.224946' /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/20240326.0.224674/base-devel-20240326.0.224674.tar.zst" && \
echo "b9cf1a05d2b2192c464b08910e0d2494609d89b1bd093809f1abadfc5c50e050 base-devel-20240326.0.224674.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240327.0.224946/base-devel-20240327.0.224946.tar.zst" && \
echo "821d7c709374df34e033607b75244105ac55639982676a1a35b0ebff26b6ddfc base-devel-20240327.0.224946.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240326.0.224674.tar.zst
tar -C /rootfs --extract --file base-devel-20240327.0.224946.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="20240326.0.224674"
LABEL org.opencontainers.image.version="20240327.0.224946"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-26T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-03-27T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240326.0.224674' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240327.0.224946' /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/20240326.0.224674/multilib-devel-20240326.0.224674.tar.zst" && \
echo "0c3efdd63aec4f950ccbae860808e8af3f65fe4f3a75ad27863abaae4455ca2b multilib-devel-20240326.0.224674.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240327.0.224946/multilib-devel-20240327.0.224946.tar.zst" && \
echo "5bd7aa8a02dca92164fa83e600e3bd533ab3ad8ecbbe2fcf17aadcbcd0d042fb multilib-devel-20240327.0.224946.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240326.0.224674.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240327.0.224946.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="20240326.0.224674"
LABEL org.opencontainers.image.version="20240327.0.224946"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-26T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-03-27T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240326.0.224674' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240327.0.224946' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]