Release 20250327.0.327878

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-27 09:08:06 +00:00
parent 1def04b65a
commit bafb9e5836
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/20250326.0.327110/base-20250326.0.327110.tar.zst" && \
echo "523bec6f494b70ad934c648e8ef0d8b6aef69b5c1c44213779dbd19a22eb3595 base-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250326.0.327110.tar.zst
tar -C /rootfs --extract --file base-20250327.0.327878.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="20250326.0.327110"
LABEL org.opencontainers.image.version="20250327.0.327878"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00"
LABEL org.opencontainers.image.created="2025-03-27T09:08:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250327.0.327878' /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/20250326.0.327110/base-devel-20250326.0.327110.tar.zst" && \
echo "f03be3db12d62896ef29a138dc40f0a56b2e221772b62f7678942801765c2c46 base-devel-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250326.0.327110.tar.zst
tar -C /rootfs --extract --file base-devel-20250327.0.327878.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="20250326.0.327110"
LABEL org.opencontainers.image.version="20250327.0.327878"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00"
LABEL org.opencontainers.image.created="2025-03-27T09:08:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250327.0.327878' /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/20250326.0.327110/multilib-devel-20250326.0.327110.tar.zst" && \
echo "877614dd5a9765ff4afc7a1baadf4cf4d581c4d5c2aa0aade53b23db020fe08d multilib-devel-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250326.0.327110.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250327.0.327878.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="20250326.0.327110"
LABEL org.opencontainers.image.version="20250327.0.327878"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00"
LABEL org.opencontainers.image.created="2025-03-27T09:08:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250327.0.327878' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]