Release 20250323.0.325468

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-23 00:07:47 +00:00
parent 9193850bd6
commit fa8bc2a425
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/20250322.0.325308/base-20250322.0.325308.tar.zst" && \
echo "7d82bc3727e71743920fe6603f5496fa22229f72c59764f6d78a6c9b06eba741 base-20250322.0.325308.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250323.0.325468/base-20250323.0.325468.tar.zst" && \
echo "a69bb26a212f7524b5a4aad29d04b1883e5a58144a619071fd8df5e278f31381 base-20250323.0.325468.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250322.0.325308.tar.zst
tar -C /rootfs --extract --file base-20250323.0.325468.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="20250322.0.325308"
LABEL org.opencontainers.image.version="20250323.0.325468"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-22T09:07:17+00:00"
LABEL org.opencontainers.image.created="2025-03-23T00:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250322.0.325308' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325468' /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/20250322.0.325308/base-devel-20250322.0.325308.tar.zst" && \
echo "1c849aa59c5af496320367e021fdca2319dbf2922ef008af7d0a97cd19d226aa base-devel-20250322.0.325308.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250323.0.325468/base-devel-20250323.0.325468.tar.zst" && \
echo "6fb36efea65c23514dd42425017f650524f81134f1180622345942ab50655f39 base-devel-20250323.0.325468.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250322.0.325308.tar.zst
tar -C /rootfs --extract --file base-devel-20250323.0.325468.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="20250322.0.325308"
LABEL org.opencontainers.image.version="20250323.0.325468"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-22T09:07:17+00:00"
LABEL org.opencontainers.image.created="2025-03-23T00:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250322.0.325308' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325468' /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/20250322.0.325308/multilib-devel-20250322.0.325308.tar.zst" && \
echo "7067a14747f14054ecca48d25031adf449642d27ab950b0cc15721c574d02b54 multilib-devel-20250322.0.325308.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250323.0.325468/multilib-devel-20250323.0.325468.tar.zst" && \
echo "364accfcb77a2624e485a4c46846aa37c5b42e75d9d28654faa6727bd40f180b multilib-devel-20250323.0.325468.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250322.0.325308.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250323.0.325468.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="20250322.0.325308"
LABEL org.opencontainers.image.version="20250323.0.325468"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-22T09:07:17+00:00"
LABEL org.opencontainers.image.created="2025-03-23T00:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250322.0.325308' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250323.0.325468' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]