Release 20240505.0.233987

This commit is contained in:
Arch Linux Docker release bot 2024-05-05 09:07:49 +00:00
parent 4c68636e19
commit 078f9fc49d
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/20240504.0.233613/base-20240504.0.233613.tar.zst" && \
echo "2dde24ae7f7d18a76eb57ce729cfd9f7e1002667999ebc3f9f19705afc588a60 base-20240504.0.233613.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240505.0.233987/base-20240505.0.233987.tar.zst" && \
echo "94b38f2bf108c9874026138098cd2e3b935d3a3c91580ea71778e52b6bc42613 base-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240504.0.233613.tar.zst
tar -C /rootfs --extract --file base-20240505.0.233987.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="20240504.0.233613"
LABEL org.opencontainers.image.version="20240505.0.233987"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-04T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240504.0.233613' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /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/20240504.0.233613/base-devel-20240504.0.233613.tar.zst" && \
echo "38a42c18e1243cd1e153348ddb7ce9c6a27a30ebd42a394aa07f71642ed3d208 base-devel-20240504.0.233613.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240505.0.233987/base-devel-20240505.0.233987.tar.zst" && \
echo "77fdc22491d1e8f5b6cd4e5f5ef7920694df5aa56d575b4eaa3182a9c92cd068 base-devel-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240504.0.233613.tar.zst
tar -C /rootfs --extract --file base-devel-20240505.0.233987.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="20240504.0.233613"
LABEL org.opencontainers.image.version="20240505.0.233987"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-04T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240504.0.233613' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /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/20240504.0.233613/multilib-devel-20240504.0.233613.tar.zst" && \
echo "25fab73a91f8b6310981391e722b295c0530ec85d60758c1d0727014fff19362 multilib-devel-20240504.0.233613.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240505.0.233987/multilib-devel-20240505.0.233987.tar.zst" && \
echo "dbb674f5d2b0cb91ad74ac66d5eb75fb46615e276857e6958eff5ee583bbbba5 multilib-devel-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240504.0.233613.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240505.0.233987.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="20240504.0.233613"
LABEL org.opencontainers.image.version="20240505.0.233987"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-04T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240504.0.233613' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]