Release 20250317.0.322801

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-03-17 09:07:23 +00:00
parent 05095eca9c
commit 3fa22fb7bb
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/20250316.0.322463/base-20250316.0.322463.tar.zst" && \
echo "d7d0ea70484c1a5d49d736a03217362a52e32510edaadc0b79f1d18b4372ac6c base-20250316.0.322463.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250317.0.322801/base-20250317.0.322801.tar.zst" && \
echo "53e55d2489338270af9786457de5669d59a0144d2bfdfc8e2ab65309d8301083 base-20250317.0.322801.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250316.0.322463.tar.zst
tar -C /rootfs --extract --file base-20250317.0.322801.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="20250316.0.322463"
LABEL org.opencontainers.image.version="20250317.0.322801"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-16T00:07:29+00:00"
LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250316.0.322463' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /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/20250316.0.322463/base-devel-20250316.0.322463.tar.zst" && \
echo "40551a412654dacdf5ddf7008ce8487ae0507f74e62046c0cf8561ea50ff5468 base-devel-20250316.0.322463.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250317.0.322801/base-devel-20250317.0.322801.tar.zst" && \
echo "576311ea3e84abec27c9ac8bbe06df14c27b28c3e114e73808ad4d7041732d5f base-devel-20250317.0.322801.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250316.0.322463.tar.zst
tar -C /rootfs --extract --file base-devel-20250317.0.322801.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="20250316.0.322463"
LABEL org.opencontainers.image.version="20250317.0.322801"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-16T00:07:29+00:00"
LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250316.0.322463' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /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/20250316.0.322463/multilib-devel-20250316.0.322463.tar.zst" && \
echo "fb93c689cea243ec3d2edf7db15f4f3b786e5e33426aeb41373b34448496fdb2 multilib-devel-20250316.0.322463.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250317.0.322801/multilib-devel-20250317.0.322801.tar.zst" && \
echo "45c00c3eb15b446db7846cd2d9769e1fca0f3e94b6e30f480d6476d73a0f26f7 multilib-devel-20250317.0.322801.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250316.0.322463.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250317.0.322801.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="20250316.0.322463"
LABEL org.opencontainers.image.version="20250317.0.322801"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-03-16T00:07:29+00:00"
LABEL org.opencontainers.image.created="2025-03-17T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250316.0.322463' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250317.0.322801' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]