Release 20251005.0.430704

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-10-05 09:06:45 +00:00
parent bab15f2a96
commit a138df98ed
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/20251005.0.430597/base-20251005.0.430597.tar.zst" && \
echo "e2dafa838f2273f20a6eb5d7526704811b1c51c36742ae141bf6146fe613123c base-20251005.0.430597.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251005.0.430704/base-20251005.0.430704.tar.zst" && \
echo "300c105ed44fae7f6fed1691efedc6e3f6145fa16c3eac3c9a8282dd44b35002 base-20251005.0.430704.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251005.0.430597.tar.zst
tar -C /rootfs --extract --file base-20251005.0.430704.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="20251005.0.430597"
LABEL org.opencontainers.image.version="20251005.0.430704"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-10-05T00:07:46+00:00"
LABEL org.opencontainers.image.created="2025-10-05T09:06:45+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430597' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430704' /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/20251005.0.430597/base-devel-20251005.0.430597.tar.zst" && \
echo "a5c7f7422e236d058e4932f9b14ca4388a474b76557bcc34396bab693a31f983 base-devel-20251005.0.430597.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251005.0.430704/base-devel-20251005.0.430704.tar.zst" && \
echo "54e859b5d10a2ec1799a2b03ae6ee1822c32df23197047696235510a41a3196a base-devel-20251005.0.430704.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251005.0.430597.tar.zst
tar -C /rootfs --extract --file base-devel-20251005.0.430704.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="20251005.0.430597"
LABEL org.opencontainers.image.version="20251005.0.430704"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-10-05T00:07:46+00:00"
LABEL org.opencontainers.image.created="2025-10-05T09:06:45+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430597' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430704' /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/20251005.0.430597/multilib-devel-20251005.0.430597.tar.zst" && \
echo "ffd17d47a0bfae65baa4d9a1cb2c855fbcec525f4668e49bece767c8fe4f0736 multilib-devel-20251005.0.430597.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251005.0.430704/multilib-devel-20251005.0.430704.tar.zst" && \
echo "8d3b28f330e874ed0a6e2bcd04cf963895bc27f00a6a487c86920fa94030170f multilib-devel-20251005.0.430704.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251005.0.430597.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251005.0.430704.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="20251005.0.430597"
LABEL org.opencontainers.image.version="20251005.0.430704"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-10-05T00:07:46+00:00"
LABEL org.opencontainers.image.created="2025-10-05T09:06:45+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430597' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251005.0.430704' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]