Release 20250911.0.419865

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-09-11 09:07:43 +00:00
parent 05b15ee207
commit 0f2a34e032
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/20250910.0.419100/base-20250910.0.419100.tar.zst" && \
echo "ab92872d0fff0101d8e0c901466bfe1e0108f931c947fab8dc9d48fc0d8144e1 base-20250910.0.419100.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250911.0.419865/base-20250911.0.419865.tar.zst" && \
echo "b3053fcccb0944febf47f883827fbc9ccc107efd146bf253d241f1f06d3cf58b base-20250911.0.419865.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250910.0.419100.tar.zst
tar -C /rootfs --extract --file base-20250911.0.419865.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="20250910.0.419100"
LABEL org.opencontainers.image.version="20250911.0.419865"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-10T09:06:55+00:00"
LABEL org.opencontainers.image.created="2025-09-11T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250910.0.419100' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250911.0.419865' /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/20250910.0.419100/base-devel-20250910.0.419100.tar.zst" && \
echo "b4ec2ae41d2906bf64f5456526aa8b5d6749898c2d367d8b8dc9c064b64e195a base-devel-20250910.0.419100.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250911.0.419865/base-devel-20250911.0.419865.tar.zst" && \
echo "989784abaaaf327c9bee1317812d2e8250ee6a9a6016db372c90e1c6ad7f5794 base-devel-20250911.0.419865.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250910.0.419100.tar.zst
tar -C /rootfs --extract --file base-devel-20250911.0.419865.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="20250910.0.419100"
LABEL org.opencontainers.image.version="20250911.0.419865"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-10T09:06:55+00:00"
LABEL org.opencontainers.image.created="2025-09-11T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250910.0.419100' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250911.0.419865' /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/20250910.0.419100/multilib-devel-20250910.0.419100.tar.zst" && \
echo "2e3395d09632ab9d35ef66e92c4741839a7091eacba0e409c4c5c7b022afa14f multilib-devel-20250910.0.419100.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250911.0.419865/multilib-devel-20250911.0.419865.tar.zst" && \
echo "82b0e9ee5d50ab79ab5e49d2cdc81f437a1669b542aea1912f9d9fc1ff404590 multilib-devel-20250911.0.419865.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250910.0.419100.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250911.0.419865.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="20250910.0.419100"
LABEL org.opencontainers.image.version="20250911.0.419865"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-09-10T09:06:55+00:00"
LABEL org.opencontainers.image.created="2025-09-11T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250910.0.419100' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250911.0.419865' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]