Release 20250814.0.404212

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-08-14 09:07:43 +00:00
parent 0fb79b76ba
commit 0edc85689d
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/20250813.0.403781/base-20250813.0.403781.tar.zst" && \
echo "7a39ed1cfe878db6837768d73879ee90fe6915f4dbb25895889804262cef9cf0 base-20250813.0.403781.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250814.0.404212/base-20250814.0.404212.tar.zst" && \
echo "cbf8092021c4fb745b72163a85ae796f5e7faaa56e97b12db7a059a3c002ab85 base-20250814.0.404212.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250813.0.403781.tar.zst
tar -C /rootfs --extract --file base-20250814.0.404212.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="20250813.0.403781"
LABEL org.opencontainers.image.version="20250814.0.404212"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-08-13T09:07:27+00:00"
LABEL org.opencontainers.image.created="2025-08-14T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250813.0.403781' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250814.0.404212' /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/20250813.0.403781/base-devel-20250813.0.403781.tar.zst" && \
echo "d0a6236ce82628b4676688e46706238c101cce2258b683a86ca645bdea6b984b base-devel-20250813.0.403781.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250814.0.404212/base-devel-20250814.0.404212.tar.zst" && \
echo "b13c47f3a5b4e49cbc73d1e8ed5f1433939bb11d980bda45b0a8bb4cddef7b76 base-devel-20250814.0.404212.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250813.0.403781.tar.zst
tar -C /rootfs --extract --file base-devel-20250814.0.404212.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="20250813.0.403781"
LABEL org.opencontainers.image.version="20250814.0.404212"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-08-13T09:07:27+00:00"
LABEL org.opencontainers.image.created="2025-08-14T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250813.0.403781' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250814.0.404212' /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/20250813.0.403781/multilib-devel-20250813.0.403781.tar.zst" && \
echo "b3a04b9924cd3998cb60b579d6b0fd92e038190308d0ae9652df9d86a2a642a3 multilib-devel-20250813.0.403781.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250814.0.404212/multilib-devel-20250814.0.404212.tar.zst" && \
echo "901bee04374837523b2cc1485704a53c1911ca31a32d7eb7a62e7df9d47bfa30 multilib-devel-20250814.0.404212.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250813.0.403781.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250814.0.404212.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="20250813.0.403781"
LABEL org.opencontainers.image.version="20250814.0.404212"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-08-13T09:07:27+00:00"
LABEL org.opencontainers.image.created="2025-08-14T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250813.0.403781' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250814.0.404212' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]