Release 20250610.0.362704

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-06-10 09:07:38 +00:00
parent aac8a3cdd0
commit 2be8800908
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/20250609.0.362187/base-20250609.0.362187.tar.zst" && \
echo "a813aebfa20ca81c543b82631b0f57207185ef91e73a69d9fab5c4351c451765 base-20250609.0.362187.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250610.0.362704/base-20250610.0.362704.tar.zst" && \
echo "7c1b944e8079e9b7c7cca1669d9ae558e10260d17847ecdbb5b57ac1e944ecf6 base-20250610.0.362704.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250609.0.362187.tar.zst
tar -C /rootfs --extract --file base-20250610.0.362704.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="20250609.0.362187"
LABEL org.opencontainers.image.version="20250610.0.362704"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-09T09:07:49+00:00"
LABEL org.opencontainers.image.created="2025-06-10T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250609.0.362187' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250610.0.362704' /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/20250609.0.362187/base-devel-20250609.0.362187.tar.zst" && \
echo "b7ebdfddacdbf634304368e11ae6941e9588792db834a1fbaa3d2da30e4a9fbb base-devel-20250609.0.362187.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250610.0.362704/base-devel-20250610.0.362704.tar.zst" && \
echo "7fe64bf4866bf65603e1b95552c3af19e7df402e7906a61ae2265a61874c97cb base-devel-20250610.0.362704.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250609.0.362187.tar.zst
tar -C /rootfs --extract --file base-devel-20250610.0.362704.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="20250609.0.362187"
LABEL org.opencontainers.image.version="20250610.0.362704"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-09T09:07:49+00:00"
LABEL org.opencontainers.image.created="2025-06-10T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250609.0.362187' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250610.0.362704' /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/20250609.0.362187/multilib-devel-20250609.0.362187.tar.zst" && \
echo "7b2b92b288f9e92044275d1c7823bd8aab57c52dc2671882b21d56e0438af859 multilib-devel-20250609.0.362187.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250610.0.362704/multilib-devel-20250610.0.362704.tar.zst" && \
echo "1c9cbf282cd509340eaa55c2e97efe92f7e8c9ff9d018ae595ba39a83138f7fd multilib-devel-20250610.0.362704.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250609.0.362187.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250610.0.362704.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="20250609.0.362187"
LABEL org.opencontainers.image.version="20250610.0.362704"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-09T09:07:49+00:00"
LABEL org.opencontainers.image.created="2025-06-10T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250609.0.362187' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250610.0.362704' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]