Release 20250608.0.361675

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-06-08 09:07:40 +00:00
parent 7854bdb023
commit 95539f9ca2
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 apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361578/base-20250608.0.361578.tar.zst" && \ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361675/base-20250608.0.361675.tar.zst" && \
echo "2da480657ed655de4f127dce2378f1792eb7edead21583cf4b4ca4cdfab7b7a5 base-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \ echo "0749518de6e00c88d52ee8aead091f44bba67f456753c20f06b43ed0e3cd0b8f base-20250608.0.361675.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \ mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250608.0.361578.tar.zst tar -C /rootfs --extract --file base-20250608.0.361675.tar.zst
FROM scratch AS root 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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20250608.0.361578" LABEL org.opencontainers.image.version="20250608.0.361675"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00" LABEL org.opencontainers.image.created="2025-06-08T09:07:39+00:00"
COPY --from=verify /rootfs/ / COPY --from=verify /rootfs/ /
RUN ldconfig && \ RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361675' /etc/os-release
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] 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 apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361578/base-devel-20250608.0.361578.tar.zst" && \ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361675/base-devel-20250608.0.361675.tar.zst" && \
echo "532a93953f7d6fa0fe4705b177050639ae8ce6d0d7dce342cce498995b2b88c9 base-devel-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \ echo "b4038c78c5003a7e2b64fdef3d69cab3700f0a726d1f42dbe10c00c5943ee8fd base-devel-20250608.0.361675.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \ mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250608.0.361578.tar.zst tar -C /rootfs --extract --file base-devel-20250608.0.361675.tar.zst
FROM scratch AS root 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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20250608.0.361578" LABEL org.opencontainers.image.version="20250608.0.361675"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00" LABEL org.opencontainers.image.created="2025-06-08T09:07:39+00:00"
COPY --from=verify /rootfs/ / COPY --from=verify /rootfs/ /
RUN ldconfig && \ RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361675' /etc/os-release
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] 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 apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361578/multilib-devel-20250608.0.361578.tar.zst" && \ RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250608.0.361675/multilib-devel-20250608.0.361675.tar.zst" && \
echo "44b813ea68ab10a4f529f0f41ca82052c850e86d459eb95f25789fb5eaf3d2e2 multilib-devel-20250608.0.361578.tar.zst" > /tmp/sha256sums.txt && \ echo "2bc7550d95c14a9f2e808d2b1d64246594df7ceff56b976cae361bba1a0803aa multilib-devel-20250608.0.361675.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \ sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \ mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250608.0.361578.tar.zst tar -C /rootfs --extract --file multilib-devel-20250608.0.361675.tar.zst
FROM scratch AS root 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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later" LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.version="20250608.0.361578" LABEL org.opencontainers.image.version="20250608.0.361675"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee" LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-08T00:07:57+00:00" LABEL org.opencontainers.image.created="2025-06-08T09:07:39+00:00"
COPY --from=verify /rootfs/ / COPY --from=verify /rootfs/ /
RUN ldconfig && \ RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361578' /etc/os-release sed -i '/BUILD_ID/a VERSION_ID=20250608.0.361675' /etc/os-release
ENV LANG=C.UTF-8 ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"] CMD ["/usr/bin/bash"]