Release 20251006.0.431066

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