Release 20241020.0.271562

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-20 00:07:52 +00:00
parent cb8d683e32
commit eddfb50b8d
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241019.0.271367/base-20241019.0.271367.tar.zst" && \
echo "f77e6888c09dbd9f85a2a6c793da0d509d1330c5d0613b5187be8140f0fe652a base-20241019.0.271367.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271562/base-20241020.0.271562.tar.zst" && \
echo "9934566815026674b4fff9123576d3900fa1d8bf3eb9cbf39c5077ca8e3d3a7a base-20241020.0.271562.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241019.0.271367.tar.zst
tar -C /rootfs --extract --file base-20241020.0.271562.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="20241019.0.271367"
LABEL org.opencontainers.image.version="20241020.0.271562"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-19T09:07:14+00:00"
LABEL org.opencontainers.image.created="2024-10-20T00:07:52+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241019.0.271367' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271562' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241019.0.271367/base-devel-20241019.0.271367.tar.zst" && \
echo "646131b8d1c6dd0a11db65c9b7622d550a004b0dbff31e04c6e194f7ea13c7f8 base-devel-20241019.0.271367.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271562/base-devel-20241020.0.271562.tar.zst" && \
echo "2afa18d9fc3258c737500031f03dd42c828d196203cc2719ce31335be35f105c base-devel-20241020.0.271562.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241019.0.271367.tar.zst
tar -C /rootfs --extract --file base-devel-20241020.0.271562.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="20241019.0.271367"
LABEL org.opencontainers.image.version="20241020.0.271562"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-19T09:07:14+00:00"
LABEL org.opencontainers.image.created="2024-10-20T00:07:52+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241019.0.271367' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271562' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241019.0.271367/multilib-devel-20241019.0.271367.tar.zst" && \
echo "652e912dbac8bb0f0b99240c35b23cf26e5fd75fce96236d5095289b5ec02ac2 multilib-devel-20241019.0.271367.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241020.0.271562/multilib-devel-20241020.0.271562.tar.zst" && \
echo "3ce532d7220787fed8ff2bb1d23b3c8565d5e2762a2bc20c972376655a4509bd multilib-devel-20241020.0.271562.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241019.0.271367.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241020.0.271562.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="20241019.0.271367"
LABEL org.opencontainers.image.version="20241020.0.271562"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-19T09:07:14+00:00"
LABEL org.opencontainers.image.created="2024-10-20T00:07:52+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241019.0.271367' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241020.0.271562' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]