Release 20250627.0.372729

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-06-27 09:07:43 +00:00
parent 96fe0ab3d9
commit eaa93579fb
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/20250626.0.372079/base-20250626.0.372079.tar.zst" && \
echo "a309e19a61ffafe177bac51e1bf464ad01fe05bbd4667ff329c9b50bb672c11a base-20250626.0.372079.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250627.0.372729/base-20250627.0.372729.tar.zst" && \
echo "45f15730a0e570cfe2ed898c432c29be52f759db171008362f3b6e07eaf65afa base-20250627.0.372729.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250626.0.372079.tar.zst
tar -C /rootfs --extract --file base-20250627.0.372729.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="20250626.0.372079"
LABEL org.opencontainers.image.version="20250627.0.372729"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-26T09:07:49+00:00"
LABEL org.opencontainers.image.created="2025-06-27T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250626.0.372079' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250627.0.372729' /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/20250626.0.372079/base-devel-20250626.0.372079.tar.zst" && \
echo "55e7227688b99492767dc26cd220507c1dff1cd06d2fa11afc8ecf79ec35a112 base-devel-20250626.0.372079.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250627.0.372729/base-devel-20250627.0.372729.tar.zst" && \
echo "420a51772fc0bdf00f0c14898ad5d34dd633d6755bd2d6b146086d989c1423ec base-devel-20250627.0.372729.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250626.0.372079.tar.zst
tar -C /rootfs --extract --file base-devel-20250627.0.372729.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="20250626.0.372079"
LABEL org.opencontainers.image.version="20250627.0.372729"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-26T09:07:49+00:00"
LABEL org.opencontainers.image.created="2025-06-27T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250626.0.372079' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250627.0.372729' /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/20250626.0.372079/multilib-devel-20250626.0.372079.tar.zst" && \
echo "64b348630dd7d995b989030ed4cdbe5b53ff62df38f3ca1802c814a27fc64473 multilib-devel-20250626.0.372079.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250627.0.372729/multilib-devel-20250627.0.372729.tar.zst" && \
echo "7e69b9ff5fe9eef878dee22676e4b0ba42b2f93e6cc7519a9d238142aed3694a multilib-devel-20250627.0.372729.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250626.0.372079.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250627.0.372729.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="20250626.0.372079"
LABEL org.opencontainers.image.version="20250627.0.372729"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-26T09:07:49+00:00"
LABEL org.opencontainers.image.created="2025-06-27T09:07:43+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250626.0.372079' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250627.0.372729' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]