Release 20250924.0.424694

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-09-24 09:07:06 +00:00
parent 90e0713fd1
commit dd787fbea5
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250923.0.424220/base-20250923.0.424220.tar.zst" && \
echo "15f9d9e6b0d70aeb20e24bbc7e925740f4d21a9d1f81a16436ca7b7d11c81ecb base-20250923.0.424220.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250924.0.424694/base-20250924.0.424694.tar.zst" && \
echo "551cfdf62d3613f35d44142116f76497411a13e9c6d6275196f3e27a28ad6714 base-20250924.0.424694.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250923.0.424220.tar.zst
tar -C /rootfs --extract --file base-20250924.0.424694.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="20250923.0.424220"
LABEL org.opencontainers.image.version="20250924.0.424694"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-23T09:06:58+00:00"
LABEL org.opencontainers.image.created="2025-09-24T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250923.0.424220' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250924.0.424694' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250923.0.424220/base-devel-20250923.0.424220.tar.zst" && \
echo "cd9ab4787da9ae90cf1e8fd99eeda3d7bc801a4e8ca7e07cdfbf138cc369ba3b base-devel-20250923.0.424220.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250924.0.424694/base-devel-20250924.0.424694.tar.zst" && \
echo "2e0cba8976a4e7ee333ce313c90fb2df91e20f3ec73debeb136c304f7132762e base-devel-20250924.0.424694.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250923.0.424220.tar.zst
tar -C /rootfs --extract --file base-devel-20250924.0.424694.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="20250923.0.424220"
LABEL org.opencontainers.image.version="20250924.0.424694"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-23T09:06:58+00:00"
LABEL org.opencontainers.image.created="2025-09-24T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250923.0.424220' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250924.0.424694' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250923.0.424220/multilib-devel-20250923.0.424220.tar.zst" && \
echo "b9838c09abbb363521df8c307effbcfb0c6f0a92da851daafb6800c0af7bf218 multilib-devel-20250923.0.424220.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250924.0.424694/multilib-devel-20250924.0.424694.tar.zst" && \
echo "9d0482f418238429b5e45649ace087dd87620f8c44950b547ec4dbcea503f052 multilib-devel-20250924.0.424694.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250923.0.424220.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250924.0.424694.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="20250923.0.424220"
LABEL org.opencontainers.image.version="20250924.0.424694"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-23T09:06:58+00:00"
LABEL org.opencontainers.image.created="2025-09-24T09:07:05+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250923.0.424220' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250924.0.424694' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]