Release 20250215.0.308868

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-15 09:07:13 +00:00
parent dda43af4a3
commit 439d2c5572
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/20250214.0.308584/base-20250214.0.308584.tar.zst" && \
echo "ee925ece991ca408d91614aefcf96d33d3d6814dad3bd326206db1cc92b4c53a base-20250214.0.308584.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250215.0.308868/base-20250215.0.308868.tar.zst" && \
echo "f16f926ce854f6122fd21f2ea0a8d81ce7caf6aa39218c51a6ea1197f6a7e44e base-20250215.0.308868.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250214.0.308584.tar.zst
tar -C /rootfs --extract --file base-20250215.0.308868.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="20250214.0.308584"
LABEL org.opencontainers.image.version="20250215.0.308868"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-14T09:07:04+00:00"
LABEL org.opencontainers.image.created="2025-02-15T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250214.0.308584' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250215.0.308868' /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/20250214.0.308584/base-devel-20250214.0.308584.tar.zst" && \
echo "9f72d0cbf987d4ff7ef6cb819894a53c5ad39bfde0fb4a0125b11f5f5419abfc base-devel-20250214.0.308584.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250215.0.308868/base-devel-20250215.0.308868.tar.zst" && \
echo "69258177e575702d850bc234decb7508926a7c409098e082349ff643c5605a48 base-devel-20250215.0.308868.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250214.0.308584.tar.zst
tar -C /rootfs --extract --file base-devel-20250215.0.308868.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="20250214.0.308584"
LABEL org.opencontainers.image.version="20250215.0.308868"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-14T09:07:04+00:00"
LABEL org.opencontainers.image.created="2025-02-15T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250214.0.308584' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250215.0.308868' /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/20250214.0.308584/multilib-devel-20250214.0.308584.tar.zst" && \
echo "5e93c967fd607f0fa02492516e297b501a493ba619ad2de5a40eed96815aff4d multilib-devel-20250214.0.308584.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250215.0.308868/multilib-devel-20250215.0.308868.tar.zst" && \
echo "70642a9549ca39e7ae200c36c2d5bc5ed70b7e622b7ade456861ffd32b0e7e5e multilib-devel-20250215.0.308868.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250214.0.308584.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250215.0.308868.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="20250214.0.308584"
LABEL org.opencontainers.image.version="20250215.0.308868"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-14T09:07:04+00:00"
LABEL org.opencontainers.image.created="2025-02-15T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250214.0.308584' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250215.0.308868' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]