Release 20250818.0.405936

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