Release 20250427.0.341977

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-27 00:07:36 +00:00
parent 2d1e67f8e3
commit 209e8524c7
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/20250426.0.341822/base-20250426.0.341822.tar.zst" && \
echo "a2c232e172e00e4e3a62dcaa8de8da9bbdaa3062e6158dcf97ce63d76dba94fa base-20250426.0.341822.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250427.0.341977/base-20250427.0.341977.tar.zst" && \
echo "c4f4d730dcc3c2d6c634c9186d410440d258bd0975f3eaffe631b9511be1dd57 base-20250427.0.341977.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250426.0.341822.tar.zst
tar -C /rootfs --extract --file base-20250427.0.341977.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="20250426.0.341822"
LABEL org.opencontainers.image.version="20250427.0.341977"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-26T09:07:27+00:00"
LABEL org.opencontainers.image.created="2025-04-27T00:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250426.0.341822' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /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/20250426.0.341822/base-devel-20250426.0.341822.tar.zst" && \
echo "2c24725de31451db8858fa181df788b93ed33270854520003cd6983ff21f0db5 base-devel-20250426.0.341822.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250427.0.341977/base-devel-20250427.0.341977.tar.zst" && \
echo "caecb724c2c74ab275cbc01aee2ba1e5453b5b54a462df3b4bbbcfeae8430909 base-devel-20250427.0.341977.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250426.0.341822.tar.zst
tar -C /rootfs --extract --file base-devel-20250427.0.341977.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="20250426.0.341822"
LABEL org.opencontainers.image.version="20250427.0.341977"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-26T09:07:27+00:00"
LABEL org.opencontainers.image.created="2025-04-27T00:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250426.0.341822' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /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/20250426.0.341822/multilib-devel-20250426.0.341822.tar.zst" && \
echo "a8f62988444f8c1153f4cb509bb282c246c3fcf7b360af13c9346aec206a8c99 multilib-devel-20250426.0.341822.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250427.0.341977/multilib-devel-20250427.0.341977.tar.zst" && \
echo "9da88616eac61112a9ba7aa9a69455585d8ea139db3b41f3354da76590d5ff04 multilib-devel-20250427.0.341977.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250426.0.341822.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250427.0.341977.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="20250426.0.341822"
LABEL org.opencontainers.image.version="20250427.0.341977"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-26T09:07:27+00:00"
LABEL org.opencontainers.image.created="2025-04-27T00:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250426.0.341822' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]