Release 20250705.0.377463

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-07-05 09:06:59 +00:00
parent 69aaf01296
commit 978161973e
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/20250704.0.376987/base-20250704.0.376987.tar.zst" && \
echo "40f3eb3817994a288f4ec1336c13bbe6eefc9a3ab8fc7cea4f9cc28633cfaa10 base-20250704.0.376987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250705.0.377463/base-20250705.0.377463.tar.zst" && \
echo "3d333ca67f7aea0e622f93816746da4ac9eb98fd230e06cccb47017f2b5da357 base-20250705.0.377463.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250704.0.376987.tar.zst
tar -C /rootfs --extract --file base-20250705.0.377463.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="20250704.0.376987"
LABEL org.opencontainers.image.version="20250705.0.377463"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-04T09:06:56+00:00"
LABEL org.opencontainers.image.created="2025-07-05T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250704.0.376987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250705.0.377463' /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/20250704.0.376987/base-devel-20250704.0.376987.tar.zst" && \
echo "22f0faa79ed291631d633f55aa1335ee0afc61f442dbc4cc8202eaf2a3886ded base-devel-20250704.0.376987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250705.0.377463/base-devel-20250705.0.377463.tar.zst" && \
echo "33adc6be33a6971895d6f37dba6371cf51631efb12f0551cb8d191e2f4549987 base-devel-20250705.0.377463.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250704.0.376987.tar.zst
tar -C /rootfs --extract --file base-devel-20250705.0.377463.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="20250704.0.376987"
LABEL org.opencontainers.image.version="20250705.0.377463"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-04T09:06:56+00:00"
LABEL org.opencontainers.image.created="2025-07-05T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250704.0.376987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250705.0.377463' /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/20250704.0.376987/multilib-devel-20250704.0.376987.tar.zst" && \
echo "cfa9aeea227a5c24749074955ae2c2c5d6ccbd0578bf9a7fb1b67513fcd90a6e multilib-devel-20250704.0.376987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250705.0.377463/multilib-devel-20250705.0.377463.tar.zst" && \
echo "8344327052ecab21c6b1d88825727f9018cb4ca3a1b651db082ae865b9b40c83 multilib-devel-20250705.0.377463.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250704.0.376987.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250705.0.377463.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="20250704.0.376987"
LABEL org.opencontainers.image.version="20250705.0.377463"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-07-04T09:06:56+00:00"
LABEL org.opencontainers.image.created="2025-07-05T09:06:59+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250704.0.376987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250705.0.377463' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]