Release 20250406.0.331908

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-06 00:07:28 +00:00
parent e6c0fe06e3
commit cbc122e627
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/20250405.0.331757/base-20250405.0.331757.tar.zst" && \
echo "413b8af82ed65572289eeda14641b61b710a12d4ac029c2a1dc64b5102fae7fd base-20250405.0.331757.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/base-20250406.0.331908.tar.zst" && \
echo "506536bb6a0bbe49ae58edd081e233518fa344707db91f371b11df47b8dd8edc base-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250405.0.331757.tar.zst
tar -C /rootfs --extract --file base-20250406.0.331908.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="20250405.0.331757"
LABEL org.opencontainers.image.version="20250406.0.331908"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-05T09:07:09+00:00"
LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250405.0.331757' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /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/20250405.0.331757/base-devel-20250405.0.331757.tar.zst" && \
echo "8afd8a53f12b0543b2cf404890b065ebd1d5a9c9553ab8ddfc6d052ea3433966 base-devel-20250405.0.331757.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/base-devel-20250406.0.331908.tar.zst" && \
echo "925433ac7c39328bb268540b2b7ba3743e276780ff278b582b193f0b61bfd979 base-devel-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250405.0.331757.tar.zst
tar -C /rootfs --extract --file base-devel-20250406.0.331908.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="20250405.0.331757"
LABEL org.opencontainers.image.version="20250406.0.331908"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-05T09:07:09+00:00"
LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250405.0.331757' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /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/20250405.0.331757/multilib-devel-20250405.0.331757.tar.zst" && \
echo "2b6b31130023cb01a45c907969fc41888ac28b8a8f3bfda77d2f324413de38a9 multilib-devel-20250405.0.331757.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250406.0.331908/multilib-devel-20250406.0.331908.tar.zst" && \
echo "4eb1a42fc896f459d04abcdf310896a7da14d1cf466ad25a41cce5b37d0c5be5 multilib-devel-20250406.0.331908.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250405.0.331757.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250406.0.331908.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="20250405.0.331757"
LABEL org.opencontainers.image.version="20250406.0.331908"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-05T09:07:09+00:00"
LABEL org.opencontainers.image.created="2025-04-06T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250405.0.331757' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331908' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]