Release 20250817.0.405726

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-08-17 09:06:58 +00:00
parent 5f7a18761c
commit 34c6976bb2
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/20250817.0.405639/base-20250817.0.405639.tar.zst" && \
echo "c1aeae1373c29c5be71f912c96f9327f0f7f8749e2cc5e7bc643c38091f2c382 base-20250817.0.405639.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405726/base-20250817.0.405726.tar.zst" && \
echo "c40de4d49abd0da97cb78e5d7f0c15f3710b7ce69d5130c43a8350a999cab2f5 base-20250817.0.405726.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250817.0.405639.tar.zst
tar -C /rootfs --extract --file base-20250817.0.405726.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="20250817.0.405639"
LABEL org.opencontainers.image.version="20250817.0.405726"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-08-17T00:07:25+00:00"
LABEL org.opencontainers.image.created="2025-08-17T09:06:58+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405726' /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/20250817.0.405639/base-devel-20250817.0.405639.tar.zst" && \
echo "9b18e451eed559dc36b14844dfcff28fa16a26d7734b3494282591b76b1ff7b2 base-devel-20250817.0.405639.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405726/base-devel-20250817.0.405726.tar.zst" && \
echo "c69f67d3d93675d1b55adf978b2c2983ab649182af94bb3b87e86d0044d414c2 base-devel-20250817.0.405726.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250817.0.405639.tar.zst
tar -C /rootfs --extract --file base-devel-20250817.0.405726.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="20250817.0.405639"
LABEL org.opencontainers.image.version="20250817.0.405726"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-08-17T00:07:25+00:00"
LABEL org.opencontainers.image.created="2025-08-17T09:06:58+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405726' /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/20250817.0.405639/multilib-devel-20250817.0.405639.tar.zst" && \
echo "d2e58120c332a2e3f62069f6ce00b1a98d9ef0a16835aa6542acab0a6dbcb474 multilib-devel-20250817.0.405639.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250817.0.405726/multilib-devel-20250817.0.405726.tar.zst" && \
echo "e2d65fc40e09a32f288872f434fd33ec85915db3a40f50ad7bb2eb72141a15e9 multilib-devel-20250817.0.405726.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250817.0.405639.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250817.0.405726.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="20250817.0.405639"
LABEL org.opencontainers.image.version="20250817.0.405726"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-08-17T00:07:25+00:00"
LABEL org.opencontainers.image.created="2025-08-17T09:06:58+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405639' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250817.0.405726' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]