Release 20250727.0.390633

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-07-27 09:07:03 +00:00
parent 5b795383ca
commit f07c9fd70f
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/20250727.0.390543/base-20250727.0.390543.tar.zst" && \
echo "4140b94cb8f503ef22669594f439776abe089bed553314ced75675581df6afdb base-20250727.0.390543.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250727.0.390633/base-20250727.0.390633.tar.zst" && \
echo "794c3931f1b23bc63679fa0c7a553df2a3d2df49ddfea64f7c7997dcf6570372 base-20250727.0.390633.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250727.0.390543.tar.zst
tar -C /rootfs --extract --file base-20250727.0.390633.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="20250727.0.390543"
LABEL org.opencontainers.image.version="20250727.0.390633"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-27T00:07:22+00:00"
LABEL org.opencontainers.image.created="2025-07-27T09:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250727.0.390543' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250727.0.390633' /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/20250727.0.390543/base-devel-20250727.0.390543.tar.zst" && \
echo "a8b0848d3747f93f8fd9411c9d00be17174a41825c0300bafc941fe9da0dd2d5 base-devel-20250727.0.390543.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250727.0.390633/base-devel-20250727.0.390633.tar.zst" && \
echo "5d4966ec91708286124d447bd6bfde633083cfa7b98c0bb58cfd6a5f9583a6f2 base-devel-20250727.0.390633.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250727.0.390543.tar.zst
tar -C /rootfs --extract --file base-devel-20250727.0.390633.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="20250727.0.390543"
LABEL org.opencontainers.image.version="20250727.0.390633"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-27T00:07:22+00:00"
LABEL org.opencontainers.image.created="2025-07-27T09:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250727.0.390543' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250727.0.390633' /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/20250727.0.390543/multilib-devel-20250727.0.390543.tar.zst" && \
echo "89c6f57210a750b037cfff13ccb5def91456394aeb096425b1f7c2fb29e5d6ca multilib-devel-20250727.0.390543.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250727.0.390633/multilib-devel-20250727.0.390633.tar.zst" && \
echo "1b004ca3399ccc10086d120f99e68f8308126f9772eba8baeaac384bc58fc344 multilib-devel-20250727.0.390633.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250727.0.390543.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250727.0.390633.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="20250727.0.390543"
LABEL org.opencontainers.image.version="20250727.0.390633"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-27T00:07:22+00:00"
LABEL org.opencontainers.image.created="2025-07-27T09:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250727.0.390543' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250727.0.390633' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]