Release 20250225.0.313646

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-25 09:07:21 +00:00
parent d9722c4115
commit cac215774e
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/20250224.0.313122/base-20250224.0.313122.tar.zst" && \
echo "5647cbdbdb94450de8fb8e27fe2ab3defb743b4e4ba605de76e5e54c97dd813b base-20250224.0.313122.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250225.0.313646/base-20250225.0.313646.tar.zst" && \
echo "b6d0a1a6de0925cf91352ae051603a68bd0a7cc61ae0baf38ce9aa295dd99118 base-20250225.0.313646.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250224.0.313122.tar.zst
tar -C /rootfs --extract --file base-20250225.0.313646.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="20250224.0.313122"
LABEL org.opencontainers.image.version="20250225.0.313646"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-24T09:07:35+00:00"
LABEL org.opencontainers.image.created="2025-02-25T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250224.0.313122' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250225.0.313646' /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/20250224.0.313122/base-devel-20250224.0.313122.tar.zst" && \
echo "0e4154a348fac5190377bf93f2cb543968710235990aa130f5db11e9c49e6e46 base-devel-20250224.0.313122.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250225.0.313646/base-devel-20250225.0.313646.tar.zst" && \
echo "7d88718a834f481efd1a74a7e1117a1d99d5c0f2337ac5edab03f3d758aa8c02 base-devel-20250225.0.313646.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250224.0.313122.tar.zst
tar -C /rootfs --extract --file base-devel-20250225.0.313646.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="20250224.0.313122"
LABEL org.opencontainers.image.version="20250225.0.313646"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-24T09:07:35+00:00"
LABEL org.opencontainers.image.created="2025-02-25T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250224.0.313122' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250225.0.313646' /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/20250224.0.313122/multilib-devel-20250224.0.313122.tar.zst" && \
echo "e39e04f9c871be7a78a7c217c47214becc01869dca26f929789ce2efb01107c7 multilib-devel-20250224.0.313122.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250225.0.313646/multilib-devel-20250225.0.313646.tar.zst" && \
echo "2b2d81c712bf94c3cf8318b21f326951e8be6e396b9ced2fbb651ec651b61318 multilib-devel-20250225.0.313646.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250224.0.313122.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250225.0.313646.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="20250224.0.313122"
LABEL org.opencontainers.image.version="20250225.0.313646"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-24T09:07:35+00:00"
LABEL org.opencontainers.image.created="2025-02-25T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250224.0.313122' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250225.0.313646' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]