Release 20250728.0.390890

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