Release 20250428.0.342334

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-28 09:07:18 +00:00
parent a9639b0034
commit 8ca0744d98
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/20250427.0.342074/base-20250427.0.342074.tar.zst" && \
echo "f5b76e4c7e08e446fef5f542ade3019c0f117151853b39e3d5bad2991933899f base-20250427.0.342074.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250428.0.342334/base-20250428.0.342334.tar.zst" && \
echo "7eae2a01637769162471ccc86b990f9531cfaf3700256064d98b461318033626 base-20250428.0.342334.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250427.0.342074.tar.zst
tar -C /rootfs --extract --file base-20250428.0.342334.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="20250427.0.342074"
LABEL org.opencontainers.image.version="20250428.0.342334"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-27T09:07:10+00:00"
LABEL org.opencontainers.image.created="2025-04-28T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.342074' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250428.0.342334' /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/20250427.0.342074/base-devel-20250427.0.342074.tar.zst" && \
echo "725f883f728d08d22499686c407ee7c4cbd68cbc8b8174fa5864cd9c18d90466 base-devel-20250427.0.342074.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250428.0.342334/base-devel-20250428.0.342334.tar.zst" && \
echo "f9f1d87eb87b4e51a16f0076209081a2ca166767b7fcf1dc637acae723f4e408 base-devel-20250428.0.342334.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250427.0.342074.tar.zst
tar -C /rootfs --extract --file base-devel-20250428.0.342334.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="20250427.0.342074"
LABEL org.opencontainers.image.version="20250428.0.342334"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-27T09:07:10+00:00"
LABEL org.opencontainers.image.created="2025-04-28T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.342074' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250428.0.342334' /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/20250427.0.342074/multilib-devel-20250427.0.342074.tar.zst" && \
echo "eca6304ea9c187f279069c8ec5cc8e72c590ab84aaa743e45b289a9faa651c1e multilib-devel-20250427.0.342074.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250428.0.342334/multilib-devel-20250428.0.342334.tar.zst" && \
echo "a7c489ce2d243709eefaa620e7973adeacffa502f6d7a558a238cb551126cc95 multilib-devel-20250428.0.342334.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250427.0.342074.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250428.0.342334.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="20250427.0.342074"
LABEL org.opencontainers.image.version="20250428.0.342334"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-27T09:07:10+00:00"
LABEL org.opencontainers.image.created="2025-04-28T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.342074' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250428.0.342334' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]