Release 20250407.0.332333

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-07 09:07:14 +00:00
parent bcc03cb761
commit 30d55f045c
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/20250406.0.331987/base-20250406.0.331987.tar.zst" && \
echo "51beafed45120a7b2971fe6a572c1068c067e44050db8e52ab5aa113772f3ea9 base-20250406.0.331987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250407.0.332333/base-20250407.0.332333.tar.zst" && \
echo "04b98402abb288351e921db272cc055af8f2b4d4db6f5a848dcbeeeba626f015 base-20250407.0.332333.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250406.0.331987.tar.zst
tar -C /rootfs --extract --file base-20250407.0.332333.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="20250406.0.331987"
LABEL org.opencontainers.image.version="20250407.0.332333"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-06T09:07:23+00:00"
LABEL org.opencontainers.image.created="2025-04-07T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250407.0.332333' /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/20250406.0.331987/base-devel-20250406.0.331987.tar.zst" && \
echo "b8a1e152ee9394ffc2af84ebe7bb1030c5e8d7107c1359bdbb66d781446b2e5e base-devel-20250406.0.331987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250407.0.332333/base-devel-20250407.0.332333.tar.zst" && \
echo "db5152a708a29816307b6004c1b9de20bb9312fbc058f452f23008fc4470cc3a base-devel-20250407.0.332333.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250406.0.331987.tar.zst
tar -C /rootfs --extract --file base-devel-20250407.0.332333.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="20250406.0.331987"
LABEL org.opencontainers.image.version="20250407.0.332333"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-06T09:07:23+00:00"
LABEL org.opencontainers.image.created="2025-04-07T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250407.0.332333' /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/20250406.0.331987/multilib-devel-20250406.0.331987.tar.zst" && \
echo "e9e417dfdc4ef8be98e3d019e1b83e6416419817e1f9e1c77753815d1c12bdc0 multilib-devel-20250406.0.331987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250407.0.332333/multilib-devel-20250407.0.332333.tar.zst" && \
echo "f263f7b37048198e080b9bcc0b3202c43827c7d32612425851b8993e6fa87c49 multilib-devel-20250407.0.332333.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250406.0.331987.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250407.0.332333.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="20250406.0.331987"
LABEL org.opencontainers.image.version="20250407.0.332333"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-06T09:07:23+00:00"
LABEL org.opencontainers.image.created="2025-04-07T09:07:13+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250406.0.331987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250407.0.332333' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]