Release 20250511.0.348143

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-11 00:07:38 +00:00
parent 4f1f5d0adb
commit ebb381b644
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/20250510.0.348011/base-20250510.0.348011.tar.zst" && \
echo "b47ab3fa0fa0b60e3fdd12525398bf2f741e81db352035cb151e8a88006478e7 base-20250510.0.348011.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250511.0.348143/base-20250511.0.348143.tar.zst" && \
echo "fe04b8269cff147cad1321cd65f9515903e9784f87adfa871d70b053d207e428 base-20250511.0.348143.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250510.0.348011.tar.zst
tar -C /rootfs --extract --file base-20250511.0.348143.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="20250510.0.348011"
LABEL org.opencontainers.image.version="20250511.0.348143"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-10T09:07:39+00:00"
LABEL org.opencontainers.image.created="2025-05-11T00:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250510.0.348011' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250511.0.348143' /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/20250510.0.348011/base-devel-20250510.0.348011.tar.zst" && \
echo "ac0f97fdcb0382ad34ead803c20a7f939b56b9f996be8b825c12e204f2f80f8e base-devel-20250510.0.348011.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250511.0.348143/base-devel-20250511.0.348143.tar.zst" && \
echo "ee7d21796e1600d9306c3a546ec548d7a457f6205651a67ec119349de0832c65 base-devel-20250511.0.348143.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250510.0.348011.tar.zst
tar -C /rootfs --extract --file base-devel-20250511.0.348143.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="20250510.0.348011"
LABEL org.opencontainers.image.version="20250511.0.348143"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-10T09:07:39+00:00"
LABEL org.opencontainers.image.created="2025-05-11T00:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250510.0.348011' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250511.0.348143' /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/20250510.0.348011/multilib-devel-20250510.0.348011.tar.zst" && \
echo "a0564e8ba21af26917cc2a78988fc3404476e118c10635c09099fc3c662ab16e multilib-devel-20250510.0.348011.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250511.0.348143/multilib-devel-20250511.0.348143.tar.zst" && \
echo "3270ff80c1344505a921b575a6d3c2854fd823bb0325851cbeb33394ff82c6cb multilib-devel-20250511.0.348143.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250510.0.348011.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250511.0.348143.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="20250510.0.348011"
LABEL org.opencontainers.image.version="20250511.0.348143"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-10T09:07:39+00:00"
LABEL org.opencontainers.image.created="2025-05-11T00:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250510.0.348011' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250511.0.348143' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]