Release 20250503.0.344196

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-03 09:07:48 +00:00
parent 68d9392f1a
commit 56e4fc6685
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/20250502.0.343772/base-20250502.0.343772.tar.zst" && \
echo "f684d313bbfcb9d247366c01702e9f5df951feb8340c65356dea0e72d98ea299 base-20250502.0.343772.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250503.0.344196/base-20250503.0.344196.tar.zst" && \
echo "cda9fea501b5a021e77474ee1de08c2fca16c2fd2f32d022dd972c769a38d3d7 base-20250503.0.344196.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250502.0.343772.tar.zst
tar -C /rootfs --extract --file base-20250503.0.344196.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="20250502.0.343772"
LABEL org.opencontainers.image.version="20250503.0.344196"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00"
LABEL org.opencontainers.image.created="2025-05-03T09:07:48+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250503.0.344196' /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/20250502.0.343772/base-devel-20250502.0.343772.tar.zst" && \
echo "f2dbed91d5c0fd000da255319a237513e903db3b740ee86db76ffba8cc9834a3 base-devel-20250502.0.343772.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250503.0.344196/base-devel-20250503.0.344196.tar.zst" && \
echo "013f00315489a5134a5a6b3f0e0086afa3c8ac993f910e70b0bfbb4aa877ecc1 base-devel-20250503.0.344196.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250502.0.343772.tar.zst
tar -C /rootfs --extract --file base-devel-20250503.0.344196.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="20250502.0.343772"
LABEL org.opencontainers.image.version="20250503.0.344196"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00"
LABEL org.opencontainers.image.created="2025-05-03T09:07:48+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250503.0.344196' /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/20250502.0.343772/multilib-devel-20250502.0.343772.tar.zst" && \
echo "0ebc0eca1ae462b662e3994fe86ccfe66862b694e7d206f93562b24232386877 multilib-devel-20250502.0.343772.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250503.0.344196/multilib-devel-20250503.0.344196.tar.zst" && \
echo "ad3604826259b2fd10fa8f1f7cee82d90ecf129c29e1b4100039a1856291de85 multilib-devel-20250503.0.344196.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250502.0.343772.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250503.0.344196.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="20250502.0.343772"
LABEL org.opencontainers.image.version="20250503.0.344196"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00"
LABEL org.opencontainers.image.created="2025-05-03T09:07:48+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250503.0.344196' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]