Release 20250223.0.312840

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-23 09:07:18 +00:00
parent 95b9dc8ea7
commit b11faa981d
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/20250223.0.312761/base-20250223.0.312761.tar.zst" && \
echo "0656cf68aa6c666ed122f3a30c53f402b2d82dcfb9393374084587b7bdb3efc4 base-20250223.0.312761.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250223.0.312840/base-20250223.0.312840.tar.zst" && \
echo "a110044ff7056cd5faa3e6c55dd7bbd78ae318a3213b18dab2b43830a38615d4 base-20250223.0.312840.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250223.0.312761.tar.zst
tar -C /rootfs --extract --file base-20250223.0.312840.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="20250223.0.312761"
LABEL org.opencontainers.image.version="20250223.0.312840"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-23T00:07:38+00:00"
LABEL org.opencontainers.image.created="2025-02-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250223.0.312761' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250223.0.312840' /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/20250223.0.312761/base-devel-20250223.0.312761.tar.zst" && \
echo "a2c5dfc19a93ebafb031c218073e774dce21ade62dcaa7f1eebe1f5b63e2a9b5 base-devel-20250223.0.312761.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250223.0.312840/base-devel-20250223.0.312840.tar.zst" && \
echo "2c9b60ff32aa023ac1af9b3543c5cee9e07140931d33fca1fe76483e5a5c93b8 base-devel-20250223.0.312840.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250223.0.312761.tar.zst
tar -C /rootfs --extract --file base-devel-20250223.0.312840.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="20250223.0.312761"
LABEL org.opencontainers.image.version="20250223.0.312840"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-23T00:07:38+00:00"
LABEL org.opencontainers.image.created="2025-02-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250223.0.312761' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250223.0.312840' /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/20250223.0.312761/multilib-devel-20250223.0.312761.tar.zst" && \
echo "efaaa33215e6771dcba83e5e9934060791f6997e5a781335c881525b999ffc3a multilib-devel-20250223.0.312761.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250223.0.312840/multilib-devel-20250223.0.312840.tar.zst" && \
echo "5924b09f2a57cb25e9d438ba6c3544fe60c2a300fc5bd4a99e05ae3fb463fb74 multilib-devel-20250223.0.312840.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250223.0.312761.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250223.0.312840.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="20250223.0.312761"
LABEL org.opencontainers.image.version="20250223.0.312840"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-23T00:07:38+00:00"
LABEL org.opencontainers.image.created="2025-02-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250223.0.312761' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250223.0.312840' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]