Release 20250504.0.344409

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-04 00:08:02 +00:00
parent 56e4fc6685
commit ea8b6bc31f
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250503.0.344196/base-20250503.0.344196.tar.zst" && \
echo "cda9fea501b5a021e77474ee1de08c2fca16c2fd2f32d022dd972c769a38d3d7 base-20250503.0.344196.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250504.0.344409/base-20250504.0.344409.tar.zst" && \
echo "cb0a8c2c92f0a1353a18e57542364256309763056918101cdd62c910e9041860 base-20250504.0.344409.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250503.0.344196.tar.zst
tar -C /rootfs --extract --file base-20250504.0.344409.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="20250503.0.344196"
LABEL org.opencontainers.image.version="20250504.0.344409"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-03T09:07:48+00:00"
LABEL org.opencontainers.image.created="2025-05-04T00:08:01+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250503.0.344196' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250504.0.344409' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250503.0.344196/base-devel-20250503.0.344196.tar.zst" && \
echo "013f00315489a5134a5a6b3f0e0086afa3c8ac993f910e70b0bfbb4aa877ecc1 base-devel-20250503.0.344196.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250504.0.344409/base-devel-20250504.0.344409.tar.zst" && \
echo "565c2136c99b62c626905d96674bc3b8c0f945cf5ff9a14205e1c29de3558f7c base-devel-20250504.0.344409.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250503.0.344196.tar.zst
tar -C /rootfs --extract --file base-devel-20250504.0.344409.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="20250503.0.344196"
LABEL org.opencontainers.image.version="20250504.0.344409"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-03T09:07:48+00:00"
LABEL org.opencontainers.image.created="2025-05-04T00:08:01+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250503.0.344196' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250504.0.344409' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250503.0.344196/multilib-devel-20250503.0.344196.tar.zst" && \
echo "ad3604826259b2fd10fa8f1f7cee82d90ecf129c29e1b4100039a1856291de85 multilib-devel-20250503.0.344196.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250504.0.344409/multilib-devel-20250504.0.344409.tar.zst" && \
echo "2f9ed1960d8374bc7b9f6491d0885b1051cc1208c3ea18a09682bfe21b176e55 multilib-devel-20250504.0.344409.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250503.0.344196.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250504.0.344409.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="20250503.0.344196"
LABEL org.opencontainers.image.version="20250504.0.344409"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-03T09:07:48+00:00"
LABEL org.opencontainers.image.created="2025-05-04T00:08:01+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250503.0.344196' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250504.0.344409' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]