Release 20250502.0.343772

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-05-02 09:07:40 +00:00
parent b7590d86f1
commit 68d9392f1a
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/20250501.0.343517/base-20250501.0.343517.tar.zst" && \
echo "31c911071375c5080b13a5c834cd00ed93a5ff26d23e30e3ee1ffd328ed7b7fc base-20250501.0.343517.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250501.0.343517.tar.zst
tar -C /rootfs --extract --file base-20250502.0.343772.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="20250501.0.343517"
LABEL org.opencontainers.image.version="20250502.0.343772"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-01T09:08:07+00:00"
LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250501.0.343517' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /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/20250501.0.343517/base-devel-20250501.0.343517.tar.zst" && \
echo "47e47a078024ad841f5759f6c4fda804f93c49454a5b7b38dc7c8103695ef3e8 base-devel-20250501.0.343517.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250501.0.343517.tar.zst
tar -C /rootfs --extract --file base-devel-20250502.0.343772.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="20250501.0.343517"
LABEL org.opencontainers.image.version="20250502.0.343772"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-01T09:08:07+00:00"
LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250501.0.343517' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /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/20250501.0.343517/multilib-devel-20250501.0.343517.tar.zst" && \
echo "207410ccfe178b78eeee82df7ea994939554e22244644803bec289c9a355bda5 multilib-devel-20250501.0.343517.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250501.0.343517.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250502.0.343772.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="20250501.0.343517"
LABEL org.opencontainers.image.version="20250502.0.343772"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-05-01T09:08:07+00:00"
LABEL org.opencontainers.image.created="2025-05-02T09:07:39+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250501.0.343517' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250502.0.343772' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]