Release 20250217.0.309505

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-17 09:07:14 +00:00
parent 593c8a425a
commit 97ad2da1b0
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/20250216.0.309221/base-20250216.0.309221.tar.zst" && \
echo "83f40aa5b5f9c981553de45b1c078d2a1d63edbd660b42fa3b3c27a4f349d44c base-20250216.0.309221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250217.0.309505/base-20250217.0.309505.tar.zst" && \
echo "0518287320c9217dbd03b0b4e522369c3787e36309febeada421bdd579afbfe4 base-20250217.0.309505.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250216.0.309221.tar.zst
tar -C /rootfs --extract --file base-20250217.0.309505.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="20250216.0.309221"
LABEL org.opencontainers.image.version="20250217.0.309505"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-16T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-02-17T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250216.0.309221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250217.0.309505' /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/20250216.0.309221/base-devel-20250216.0.309221.tar.zst" && \
echo "33e25b70803d4991b37c81dcb2d720a8a56863954a7d539016396898e760d5f7 base-devel-20250216.0.309221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250217.0.309505/base-devel-20250217.0.309505.tar.zst" && \
echo "2d1af1577741bb7f6e13ba16ffcc7ceaaacc0ff5d1d7276c29fc06e462a8e1a6 base-devel-20250217.0.309505.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250216.0.309221.tar.zst
tar -C /rootfs --extract --file base-devel-20250217.0.309505.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="20250216.0.309221"
LABEL org.opencontainers.image.version="20250217.0.309505"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-16T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-02-17T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250216.0.309221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250217.0.309505' /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/20250216.0.309221/multilib-devel-20250216.0.309221.tar.zst" && \
echo "ce8ae333d2b904fff444e0753510cb0d216e62cbac9312ee8fbc051a37a93734 multilib-devel-20250216.0.309221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250217.0.309505/multilib-devel-20250217.0.309505.tar.zst" && \
echo "2f1de49dbf9503a784c13c85f22a9ae916a6c8a10f96ade5eeb019e19f6a49be multilib-devel-20250217.0.309505.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250216.0.309221.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250217.0.309505.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="20250216.0.309221"
LABEL org.opencontainers.image.version="20250217.0.309505"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-16T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-02-17T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250216.0.309221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250217.0.309505' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]