Release 20250302.0.316047

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-02 00:07:35 +00:00
parent ccc202a0af
commit c9cc0b9ff6
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/20250228.0.314897/base-20250228.0.314897.tar.zst" && \
echo "f6eff1f6d02736e184227b34862d689b701fd1e593c152869a7dfa449fce61da base-20250228.0.314897.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250302.0.316047/base-20250302.0.316047.tar.zst" && \
echo "efa7ceff00534763cf264a8477eaf7b6fd45ef8c4a620f2076dac232199042cd base-20250302.0.316047.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250228.0.314897.tar.zst
tar -C /rootfs --extract --file base-20250302.0.316047.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="20250228.0.314897"
LABEL org.opencontainers.image.version="20250302.0.316047"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-28T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-03-02T00:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250228.0.314897' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250302.0.316047' /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/20250228.0.314897/base-devel-20250228.0.314897.tar.zst" && \
echo "9c6ea5013b08cd9251b200296601db5fa1d6f1fcd3f868298f4d54e7524a11b6 base-devel-20250228.0.314897.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250302.0.316047/base-devel-20250302.0.316047.tar.zst" && \
echo "a5bf80390d8033db3924c5fed8dc1be9864a9bfaffae1ea8aaf610674c85c501 base-devel-20250302.0.316047.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250228.0.314897.tar.zst
tar -C /rootfs --extract --file base-devel-20250302.0.316047.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="20250228.0.314897"
LABEL org.opencontainers.image.version="20250302.0.316047"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-28T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-03-02T00:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250228.0.314897' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250302.0.316047' /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/20250228.0.314897/multilib-devel-20250228.0.314897.tar.zst" && \
echo "3c4d61d457053a66d2fd23af4c24e0b82ca471e43cd0d94b0b5f506a5142c96d multilib-devel-20250228.0.314897.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250302.0.316047/multilib-devel-20250302.0.316047.tar.zst" && \
echo "0675d7106f7acf10523075595824eabcab76b7fb7b52ec0a92b361305f05b474 multilib-devel-20250302.0.316047.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250228.0.314897.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250302.0.316047.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="20250228.0.314897"
LABEL org.opencontainers.image.version="20250302.0.316047"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-28T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-03-02T00:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250228.0.314897' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250302.0.316047' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]