Release 20250716.0.384868

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-07-16 09:07:07 +00:00
parent 39be600f0b
commit 32d96befb7
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/20250715.0.383934/base-20250715.0.383934.tar.zst" && \
echo "c284707d287f8047fc54c44715131ff5b38dc9fb80479a190d8452a7fc62bad7 base-20250715.0.383934.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250716.0.384868/base-20250716.0.384868.tar.zst" && \
echo "1e2791245e11952058ced7a2d60e659dbfba5fc976d240c8676ec65d14554232 base-20250716.0.384868.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250715.0.383934.tar.zst
tar -C /rootfs --extract --file base-20250716.0.384868.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="20250715.0.383934"
LABEL org.opencontainers.image.version="20250716.0.384868"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-15T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-07-16T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250715.0.383934' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250716.0.384868' /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/20250715.0.383934/base-devel-20250715.0.383934.tar.zst" && \
echo "0901d617c9a89d6ba8f2fcdbb64ab09013a3e94e69feceedd2cc9036f84cfb75 base-devel-20250715.0.383934.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250716.0.384868/base-devel-20250716.0.384868.tar.zst" && \
echo "6fe5e8f5b3866c94c403420050bc30b9039db64556b94ef15d191563fcedee8a base-devel-20250716.0.384868.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250715.0.383934.tar.zst
tar -C /rootfs --extract --file base-devel-20250716.0.384868.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="20250715.0.383934"
LABEL org.opencontainers.image.version="20250716.0.384868"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-15T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-07-16T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250715.0.383934' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250716.0.384868' /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/20250715.0.383934/multilib-devel-20250715.0.383934.tar.zst" && \
echo "6bfcdf6b1552e966bca7c9aeaa9e0ec7c315c30bf7a7c9dcd69e14918838db7f multilib-devel-20250715.0.383934.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250716.0.384868/multilib-devel-20250716.0.384868.tar.zst" && \
echo "224f77dbb10156389a9e04cc6ec1a4593e670794aa57256ed088f0d4841b8120 multilib-devel-20250716.0.384868.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250715.0.383934.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250716.0.384868.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="20250715.0.383934"
LABEL org.opencontainers.image.version="20250716.0.384868"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-15T09:07:07+00:00"
LABEL org.opencontainers.image.created="2025-07-16T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250715.0.383934' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250716.0.384868' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]