Release 20250331.0.329246

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-31 09:07:26 +00:00
parent 78e569eae2
commit f0e5f5c010
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/20250330.0.328921/base-20250330.0.328921.tar.zst" && \
echo "1025328cdfa1d51deccbc00165c7f1da136cd83fda3c5885c2036d2ecabc5b60 base-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250331.0.329246/base-20250331.0.329246.tar.zst" && \
echo "41ddc498ed1c789718abe1679fea3f1b3a233f60b5a1ab19745403a8e5415e7a base-20250331.0.329246.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250330.0.328921.tar.zst
tar -C /rootfs --extract --file base-20250331.0.329246.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="20250330.0.328921"
LABEL org.opencontainers.image.version="20250331.0.329246"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00"
LABEL org.opencontainers.image.created="2025-03-31T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250331.0.329246' /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/20250330.0.328921/base-devel-20250330.0.328921.tar.zst" && \
echo "0bc527c6394f38e8f352234ce8761ca711478bd2d69387e3957e960ff5cfb2f5 base-devel-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250331.0.329246/base-devel-20250331.0.329246.tar.zst" && \
echo "78529b53fa7a07dc1a9429046b73aa3ce3f8006a620f84095106842ac11ae971 base-devel-20250331.0.329246.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250330.0.328921.tar.zst
tar -C /rootfs --extract --file base-devel-20250331.0.329246.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="20250330.0.328921"
LABEL org.opencontainers.image.version="20250331.0.329246"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00"
LABEL org.opencontainers.image.created="2025-03-31T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250331.0.329246' /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/20250330.0.328921/multilib-devel-20250330.0.328921.tar.zst" && \
echo "57801ecc87a4bcbf61979b3e45e486b9e1026efe2732603525f5a120b102fae0 multilib-devel-20250330.0.328921.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250331.0.329246/multilib-devel-20250331.0.329246.tar.zst" && \
echo "37e79a57f4bd8c6be8132f77d7cef02b2f880751323de88f8d65b092c2fb5639 multilib-devel-20250331.0.329246.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250330.0.328921.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250331.0.329246.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="20250330.0.328921"
LABEL org.opencontainers.image.version="20250331.0.329246"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-30T00:07:39+00:00"
LABEL org.opencontainers.image.created="2025-03-31T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250330.0.328921' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250331.0.329246' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]