Release 20250531.0.357373

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-31 09:08:32 +00:00
parent e89c52f23d
commit 76c6095bc0
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/base-20250530.0.356855.tar.zst" && \
echo "ee85741a4a424dfda219d52275d828f8dddc5b953de540ae1f0fa68eabaad0be base-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531.0.357373/base-20250531.0.357373.tar.zst" && \
echo "570662e25b0a9300f26ded90dd07e5c6590a4d758b7f6db430cb795aeeb65bf9 base-20250531.0.357373.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250530.0.356855.tar.zst
tar -C /rootfs --extract --file base-20250531.0.357373.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="20250530.0.356855"
LABEL org.opencontainers.image.version="20250531.0.357373"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
LABEL org.opencontainers.image.created="2025-05-31T09:08:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250531.0.357373' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/base-devel-20250530.0.356855.tar.zst" && \
echo "93e054777ed24239ca7ee15189d1af8fe92bdf84b1a65a42a5a8bbf08a368ca1 base-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531.0.357373/base-devel-20250531.0.357373.tar.zst" && \
echo "f8d8ab4112c0f01da533b0c4a2b27afdbc7f96d2ef66aa43e44285c97f3a4199 base-devel-20250531.0.357373.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250530.0.356855.tar.zst
tar -C /rootfs --extract --file base-devel-20250531.0.357373.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="20250530.0.356855"
LABEL org.opencontainers.image.version="20250531.0.357373"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
LABEL org.opencontainers.image.created="2025-05-31T09:08:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250531.0.357373' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250530.0.356855/multilib-devel-20250530.0.356855.tar.zst" && \
echo "bdb29114bc29a6ed00d52861f2ab917ac49bea43e94bb624e3d51b5fd3d78420 multilib-devel-20250530.0.356855.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250531.0.357373/multilib-devel-20250531.0.357373.tar.zst" && \
echo "73533c59c4b602306f42b6a56b0c77893541b910c37e4950a0dd13b57303e8d2 multilib-devel-20250531.0.357373.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250530.0.356855.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250531.0.357373.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="20250530.0.356855"
LABEL org.opencontainers.image.version="20250531.0.357373"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-30T09:07:53+00:00"
LABEL org.opencontainers.image.created="2025-05-31T09:08:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250530.0.356855' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250531.0.357373' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]