Release 20250715.0.383934

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-07-15 09:07:07 +00:00
parent 304966be66
commit 39be600f0b
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/20250714.0.383059/base-20250714.0.383059.tar.zst" && \
echo "3753a2e917d02ab94edb476b96a9e579829f6fe4518bbf151445801e042858be base-20250714.0.383059.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250714.0.383059.tar.zst
tar -C /rootfs --extract --file base-20250715.0.383934.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="20250714.0.383059"
LABEL org.opencontainers.image.version="20250715.0.383934"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-14T09:06:52+00:00"
LABEL org.opencontainers.image.created="2025-07-15T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250714.0.383059' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250715.0.383934' /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/20250714.0.383059/base-devel-20250714.0.383059.tar.zst" && \
echo "6f4c9daabd03c1e35f9126619e1fd927304dd2e7dcab23517cfe426a5fa4216c base-devel-20250714.0.383059.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250714.0.383059.tar.zst
tar -C /rootfs --extract --file base-devel-20250715.0.383934.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="20250714.0.383059"
LABEL org.opencontainers.image.version="20250715.0.383934"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-14T09:06:52+00:00"
LABEL org.opencontainers.image.created="2025-07-15T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250714.0.383059' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250715.0.383934' /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/20250714.0.383059/multilib-devel-20250714.0.383059.tar.zst" && \
echo "4168ad7a760e1499254ed88c037120941654b64cf828ba7d63884f4f1e9f4316 multilib-devel-20250714.0.383059.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250714.0.383059.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250715.0.383934.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="20250714.0.383059"
LABEL org.opencontainers.image.version="20250715.0.383934"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-14T09:06:52+00:00"
LABEL org.opencontainers.image.created="2025-07-15T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250714.0.383059' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250715.0.383934' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]