Release 20250622.0.370030

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-06-22 00:07:28 +00:00
parent 0042549e06
commit 70aed63144
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/20250621.0.369865/base-20250621.0.369865.tar.zst" && \
echo "669c07abad7169dc89cf4f6b5bc683d5bc24115d8d2bb797c637cb94a0622dd7 base-20250621.0.369865.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370030/base-20250622.0.370030.tar.zst" && \
echo "661102be3ede6ca5c6119852139e6f7d86ac37d85a28cb3efafccc28de4d16a6 base-20250622.0.370030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250621.0.369865.tar.zst
tar -C /rootfs --extract --file base-20250622.0.370030.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="20250621.0.369865"
LABEL org.opencontainers.image.version="20250622.0.370030"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-21T09:07:05+00:00"
LABEL org.opencontainers.image.created="2025-06-22T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250621.0.369865' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370030' /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/20250621.0.369865/base-devel-20250621.0.369865.tar.zst" && \
echo "57b1adc4b4d0c1052b4f657859d7a04ede49092ce310275bf5d79e334d9568b5 base-devel-20250621.0.369865.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370030/base-devel-20250622.0.370030.tar.zst" && \
echo "2415fea549e210c51029da939b579a83205925fb8cd585af300482296ad19fe6 base-devel-20250622.0.370030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250621.0.369865.tar.zst
tar -C /rootfs --extract --file base-devel-20250622.0.370030.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="20250621.0.369865"
LABEL org.opencontainers.image.version="20250622.0.370030"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-21T09:07:05+00:00"
LABEL org.opencontainers.image.created="2025-06-22T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250621.0.369865' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370030' /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/20250621.0.369865/multilib-devel-20250621.0.369865.tar.zst" && \
echo "4d828382578bb29c0d20e04a6f7988fce15029f5ec9e145660cfb3fc3d16a7af multilib-devel-20250621.0.369865.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370030/multilib-devel-20250622.0.370030.tar.zst" && \
echo "ff1c06698bae6306ed6c25ad929e7508e90dccb50233c93cd7287dad52269288 multilib-devel-20250622.0.370030.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250621.0.369865.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250622.0.370030.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="20250621.0.369865"
LABEL org.opencontainers.image.version="20250622.0.370030"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-21T09:07:05+00:00"
LABEL org.opencontainers.image.created="2025-06-22T00:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250621.0.369865' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370030' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]