Release 20250323.0.325554

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