Release 20250328.0.328456

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-28 09:07:22 +00:00
parent bafb9e5836
commit b504580ce3
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/20250327.0.327878/base-20250327.0.327878.tar.zst" && \
echo "cb1362109f339c9385e1ef0eea4da54bf12cf29cc2e090b867da9930b58912da base-20250327.0.327878.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250328.0.328456/base-20250328.0.328456.tar.zst" && \
echo "89a2d4833962770a06a0902b485ae9b4500c2be3f21c1e988f2aca05d0f1acfe base-20250328.0.328456.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250327.0.327878.tar.zst
tar -C /rootfs --extract --file base-20250328.0.328456.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="20250327.0.327878"
LABEL org.opencontainers.image.version="20250328.0.328456"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-27T09:08:06+00:00"
LABEL org.opencontainers.image.created="2025-03-28T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250327.0.327878' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250328.0.328456' /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/20250327.0.327878/base-devel-20250327.0.327878.tar.zst" && \
echo "201a9856a607a0cba4edaa2f7534afaa4bb17fc8b86c3daf6e3000192b9435bf base-devel-20250327.0.327878.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250328.0.328456/base-devel-20250328.0.328456.tar.zst" && \
echo "9667a114213901ae4fe75cfc816649ca4cbf6d14ec34ca36c0dcc4ce861c369f base-devel-20250328.0.328456.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250327.0.327878.tar.zst
tar -C /rootfs --extract --file base-devel-20250328.0.328456.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="20250327.0.327878"
LABEL org.opencontainers.image.version="20250328.0.328456"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-27T09:08:06+00:00"
LABEL org.opencontainers.image.created="2025-03-28T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250327.0.327878' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250328.0.328456' /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/20250327.0.327878/multilib-devel-20250327.0.327878.tar.zst" && \
echo "661407160a329329754c070a85626e8d158c9287b95b422c6550c4a9943a17d5 multilib-devel-20250327.0.327878.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250328.0.328456/multilib-devel-20250328.0.328456.tar.zst" && \
echo "93cc8d6344628641ca5ec370b2e97940314900b4b7dbd8cef76773b8fc454a82 multilib-devel-20250328.0.328456.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250327.0.327878.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250328.0.328456.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="20250327.0.327878"
LABEL org.opencontainers.image.version="20250328.0.328456"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-27T09:08:06+00:00"
LABEL org.opencontainers.image.created="2025-03-28T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250327.0.327878' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250328.0.328456' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]