Release 20250718.0.386030

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-07-18 09:07:07 +00:00
parent f4b2258958
commit 936deefc3f
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/20250717.0.385505/base-20250717.0.385505.tar.zst" && \
echo "c8c167995e4c1941eab9fae70fdefba8b7c1547099b2af0cd5ed6717d36c731e base-20250717.0.385505.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250718.0.386030/base-20250718.0.386030.tar.zst" && \
echo "a22bc01c9b9948fb7601af9fc1ed7a66e5dc255eb729540794c543663c7d257d base-20250718.0.386030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250717.0.385505.tar.zst
tar -C /rootfs --extract --file base-20250718.0.386030.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="20250717.0.385505"
LABEL org.opencontainers.image.version="20250718.0.386030"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-17T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-07-18T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250717.0.385505' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250718.0.386030' /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/20250717.0.385505/base-devel-20250717.0.385505.tar.zst" && \
echo "a1bdc4d720e9762c9136090f63998a4dc9b9183b63f6986cffe41007e4719737 base-devel-20250717.0.385505.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250718.0.386030/base-devel-20250718.0.386030.tar.zst" && \
echo "bc53835a010e14f7a8a941badf859689110ba5cf4d379cf784df086d5de2173c base-devel-20250718.0.386030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250717.0.385505.tar.zst
tar -C /rootfs --extract --file base-devel-20250718.0.386030.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="20250717.0.385505"
LABEL org.opencontainers.image.version="20250718.0.386030"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-17T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-07-18T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250717.0.385505' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250718.0.386030' /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/20250717.0.385505/multilib-devel-20250717.0.385505.tar.zst" && \
echo "2c3e29a681efdee86c6620942518864c504e6d2df81b2fbe74c1a6ea180aa565 multilib-devel-20250717.0.385505.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250718.0.386030/multilib-devel-20250718.0.386030.tar.zst" && \
echo "213dda69abcee6a0d7124e71dbb0185243934b0328c4d3c2c16fb8bdb42e7071 multilib-devel-20250718.0.386030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250717.0.385505.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250718.0.386030.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="20250717.0.385505"
LABEL org.opencontainers.image.version="20250718.0.386030"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-17T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-07-18T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250717.0.385505' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250718.0.386030' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]