Release 20250623.0.370374

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-06-23 09:07:21 +00:00
parent d31a73a9bd
commit 0792235384
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370125/base-20250622.0.370125.tar.zst" && \
echo "aeb8d70ca0372111b115f1fafc1b6a2353dd4ba002346f2adef389e2e5b5ddf5 base-20250622.0.370125.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250623.0.370374/base-20250623.0.370374.tar.zst" && \
echo "ae8574713d79944267fb12171e9b8f376cf70d8dc4986513051ca68ea738ebe4 base-20250623.0.370374.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250622.0.370125.tar.zst
tar -C /rootfs --extract --file base-20250623.0.370374.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="20250622.0.370125"
LABEL org.opencontainers.image.version="20250623.0.370374"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-22T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-06-23T09:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370125' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250623.0.370374' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370125/base-devel-20250622.0.370125.tar.zst" && \
echo "e7914920b5be3b0da142c1d8447bbf6a6fc1f08a88c07fa96a89bcb2fc1e4ec4 base-devel-20250622.0.370125.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250623.0.370374/base-devel-20250623.0.370374.tar.zst" && \
echo "b642bf2b64b772c5417c106c1ad1f30286443b2f4f45107c3dd0f5e46193500e base-devel-20250623.0.370374.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250622.0.370125.tar.zst
tar -C /rootfs --extract --file base-devel-20250623.0.370374.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="20250622.0.370125"
LABEL org.opencontainers.image.version="20250623.0.370374"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-22T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-06-23T09:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370125' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250623.0.370374' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250622.0.370125/multilib-devel-20250622.0.370125.tar.zst" && \
echo "2510d0f1f17f852bd812d58a3ddb61102215a6caacc8697c7e2aa5d12ae394de multilib-devel-20250622.0.370125.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250623.0.370374/multilib-devel-20250623.0.370374.tar.zst" && \
echo "cec5e357c74454b205ade8a7ee1e83986dda84934698c23f4216a4a300d457af multilib-devel-20250623.0.370374.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250622.0.370125.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250623.0.370374.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="20250622.0.370125"
LABEL org.opencontainers.image.version="20250623.0.370374"
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
LABEL org.opencontainers.image.created="2025-06-22T09:07:26+00:00"
LABEL org.opencontainers.image.created="2025-06-23T09:07:20+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250622.0.370125' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250623.0.370374' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]