Release 20250402.0.330350

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-02 09:07:04 +00:00
parent c129613a05
commit ecb2a4f1c2
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/20250401.0.329634/base-20250401.0.329634.tar.zst" && \
echo "469b1bfa0b0e36150f3ff411c23580c31eb07e92ec51e446e375b4b3afad7315 base-20250401.0.329634.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250401.0.329634.tar.zst
tar -C /rootfs --extract --file base-20250402.0.330350.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="20250401.0.329634"
LABEL org.opencontainers.image.version="20250402.0.330350"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-01T09:07:37+00:00"
LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250401.0.329634' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /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/20250401.0.329634/base-devel-20250401.0.329634.tar.zst" && \
echo "5137452c2f7c30f27bc96eb72d5440efd4d2eea8b33fe46b05b252941c092f8a base-devel-20250401.0.329634.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250401.0.329634.tar.zst
tar -C /rootfs --extract --file base-devel-20250402.0.330350.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="20250401.0.329634"
LABEL org.opencontainers.image.version="20250402.0.330350"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-01T09:07:37+00:00"
LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250401.0.329634' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /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/20250401.0.329634/multilib-devel-20250401.0.329634.tar.zst" && \
echo "d664628802cb56d1e6e17a63d7276da7e9511f6030d8e6dd42ef24ac7dc273f7 multilib-devel-20250401.0.329634.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250401.0.329634.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250402.0.330350.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="20250401.0.329634"
LABEL org.opencontainers.image.version="20250402.0.330350"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-01T09:07:37+00:00"
LABEL org.opencontainers.image.created="2025-04-02T09:07:03+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250401.0.329634' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250402.0.330350' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]