Release 20250731.0.393001

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-07-31 09:07:07 +00:00
parent c719e50ff5
commit 6a40575d6b
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/20250730.0.392317/base-20250730.0.392317.tar.zst" && \
echo "1abca255597495bd9fa4b9ede248c86f7b8adeea0a3e9dea8483f4025efbe10e base-20250730.0.392317.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250731.0.393001/base-20250731.0.393001.tar.zst" && \
echo "6fb546f688f392ab47bfe181c6c668c93ce4f2d2f06b1e93b586184c5a7d7809 base-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250730.0.392317.tar.zst
tar -C /rootfs --extract --file base-20250731.0.393001.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="20250730.0.392317"
LABEL org.opencontainers.image.version="20250731.0.393001"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-30T09:07:01+00:00"
LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250730.0.392317' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /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/20250730.0.392317/base-devel-20250730.0.392317.tar.zst" && \
echo "3c58c939ef92986f43a3d6c73643b0daf056c585345b859a24c12c09f87bfeac base-devel-20250730.0.392317.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250731.0.393001/base-devel-20250731.0.393001.tar.zst" && \
echo "ec227c66da4b1f4d5df3a5c4c428cab01b081b7dd8dcadb27d8155fa632a8153 base-devel-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250730.0.392317.tar.zst
tar -C /rootfs --extract --file base-devel-20250731.0.393001.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="20250730.0.392317"
LABEL org.opencontainers.image.version="20250731.0.393001"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-30T09:07:01+00:00"
LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250730.0.392317' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /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/20250730.0.392317/multilib-devel-20250730.0.392317.tar.zst" && \
echo "98256b7c2806ed7518baf20a517249c3d77616c743b72ff816558927971daae7 multilib-devel-20250730.0.392317.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250731.0.393001/multilib-devel-20250731.0.393001.tar.zst" && \
echo "8fd69f71d40c247182f4abd4493f5c858a36a381a7e7835078de4eab69fc3acc multilib-devel-20250731.0.393001.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250730.0.392317.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250731.0.393001.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="20250730.0.392317"
LABEL org.opencontainers.image.version="20250731.0.393001"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-30T09:07:01+00:00"
LABEL org.opencontainers.image.created="2025-07-31T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250730.0.392317' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250731.0.393001' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]