Release 20250417.0.336975

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-04-17 09:07:22 +00:00
parent 4a2b3555f8
commit c0883a3915
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/20250416.0.336562/base-20250416.0.336562.tar.zst" && \
echo "a15ea7fe364f78597d6065fb45a9163dda353be3b6d01204b1b770d51d86e5bc base-20250416.0.336562.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250417.0.336975/base-20250417.0.336975.tar.zst" && \
echo "22de1f3ae189ccdfe73b6e7cf0b19052d921558fb8550b9a47016a43145f66e0 base-20250417.0.336975.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250416.0.336562.tar.zst
tar -C /rootfs --extract --file base-20250417.0.336975.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="20250416.0.336562"
LABEL org.opencontainers.image.version="20250417.0.336975"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-16T09:07:11+00:00"
LABEL org.opencontainers.image.created="2025-04-17T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250416.0.336562' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250417.0.336975' /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/20250416.0.336562/base-devel-20250416.0.336562.tar.zst" && \
echo "0ce6d6ac00e0571f108c20bf91e02d9bae64b5ec1235dd072ae94772ff9bce38 base-devel-20250416.0.336562.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250417.0.336975/base-devel-20250417.0.336975.tar.zst" && \
echo "ef50874ab7cf8d1eb1e742b55b337e2729cd7843ba923fc0054817ae562e2d1f base-devel-20250417.0.336975.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250416.0.336562.tar.zst
tar -C /rootfs --extract --file base-devel-20250417.0.336975.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="20250416.0.336562"
LABEL org.opencontainers.image.version="20250417.0.336975"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-16T09:07:11+00:00"
LABEL org.opencontainers.image.created="2025-04-17T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250416.0.336562' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250417.0.336975' /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/20250416.0.336562/multilib-devel-20250416.0.336562.tar.zst" && \
echo "97070eb554c23d51f6d5df0a203866b8de246c4767fe36b9e148a159f0544345 multilib-devel-20250416.0.336562.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250417.0.336975/multilib-devel-20250417.0.336975.tar.zst" && \
echo "c918580027bb82bda2124489f9e55f1dc3c3dd417500bed6d91a8c565c53b913 multilib-devel-20250417.0.336975.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250416.0.336562.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250417.0.336975.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="20250416.0.336562"
LABEL org.opencontainers.image.version="20250417.0.336975"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-04-16T09:07:11+00:00"
LABEL org.opencontainers.image.created="2025-04-17T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250416.0.336562' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250417.0.336975' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]