Release 20251019.0.436919

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-10-19 00:07:20 +00:00
parent 1148e50fea
commit 3d3996ec40
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/base-20251018.0.436794.tar.zst" && \
echo "0d8d6380d6a9f0e181e403805d02bd20b3e6986b36a8c8796d48fa2dae4b3d87 base-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.436919/base-20251019.0.436919.tar.zst" && \
echo "c485b3debaf7b4a06304b04010b2d80232fa14eb953c0621db3c1858b589c841 base-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20251018.0.436794.tar.zst
tar -C /rootfs --extract --file base-20251019.0.436919.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="20251018.0.436794"
LABEL org.opencontainers.image.version="20251019.0.436919"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00"
LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/base-devel-20251018.0.436794.tar.zst" && \
echo "13280ea397ddcf8661db3c552af9a4c7f81e90539ee829249c7ba4a97d1afcef base-devel-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.436919/base-devel-20251019.0.436919.tar.zst" && \
echo "64aa6bb296e08024cf6bab19cf8ae1dbd406fc97789b3c87643dc6908240b664 base-devel-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20251018.0.436794.tar.zst
tar -C /rootfs --extract --file base-devel-20251019.0.436919.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="20251018.0.436794"
LABEL org.opencontainers.image.version="20251019.0.436919"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00"
LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/multilib-devel-20251018.0.436794.tar.zst" && \
echo "a72ba466637f1b0b375f8e31706fea5e53fcc2fa86594a0bc8090561d817646c multilib-devel-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251019.0.436919/multilib-devel-20251019.0.436919.tar.zst" && \
echo "e0e509921914e9457d67d4d75e0b76f6fb223056930cef5c89f4c205d4812e1a multilib-devel-20251019.0.436919.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20251018.0.436794.tar.zst
tar -C /rootfs --extract --file multilib-devel-20251019.0.436919.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="20251018.0.436794"
LABEL org.opencontainers.image.version="20251019.0.436919"
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00"
LABEL org.opencontainers.image.created="2025-10-19T00:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]