Release 20250403.0.330764

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-03 09:07:36 +00:00
parent ecb2a4f1c2
commit d1ec35f65c
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/20250402.0.330350/base-20250402.0.330350.tar.zst" && \
echo "0add044e186c287bf8fad2ce4bda16337709e25998600d820b78e9ccee2f1adb base-20250402.0.330350.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250403.0.330764/base-20250403.0.330764.tar.zst" && \
echo "45e31b2cb453b659a9bfb5915a50e707d1ada74bc8b63b2b2ae118a146083b66 base-20250403.0.330764.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250402.0.330350.tar.zst
tar -C /rootfs --extract --file base-20250403.0.330764.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="20250402.0.330350"
LABEL org.opencontainers.image.version="20250403.0.330764"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00"
LABEL org.opencontainers.image.created="2025-04-03T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250403.0.330764' /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/20250402.0.330350/base-devel-20250402.0.330350.tar.zst" && \
echo "d44e69b0c8e171f01ed14ccfa734a5010c979596486b7cde3ed88eb65685100f base-devel-20250402.0.330350.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250403.0.330764/base-devel-20250403.0.330764.tar.zst" && \
echo "0929cd83788e5686ceb778e28932c2ebfdb52e9b4aa9b0fdf9aedb7d08bb2e80 base-devel-20250403.0.330764.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250402.0.330350.tar.zst
tar -C /rootfs --extract --file base-devel-20250403.0.330764.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="20250402.0.330350"
LABEL org.opencontainers.image.version="20250403.0.330764"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00"
LABEL org.opencontainers.image.created="2025-04-03T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250403.0.330764' /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/20250402.0.330350/multilib-devel-20250402.0.330350.tar.zst" && \
echo "52a9c475880eccce5d6654f3f94d441c277f2c007f1c15c68fa8e252fbf023c9 multilib-devel-20250402.0.330350.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250403.0.330764/multilib-devel-20250403.0.330764.tar.zst" && \
echo "15a1344680331d4f9412567854ec6b705ba39ef94637d429a2a50e51b18b6567 multilib-devel-20250403.0.330764.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250402.0.330350.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250403.0.330764.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="20250402.0.330350"
LABEL org.opencontainers.image.version="20250403.0.330764"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00"
LABEL org.opencontainers.image.created="2025-04-03T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250403.0.330764' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]