Skip to content
Snippets Groups Projects
Commit dcd67119 authored by GITLAB_PROJECT_TOKEN's avatar GITLAB_PROJECT_TOKEN
Browse files

Release 20241222.0.291235

parent 4cacbe08
No related branches found
No related tags found
No related merge requests found
Pipeline #115198 passed
......@@ -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/20241222.0.291122/base-20241222.0.291122.tar.zst" && \
echo "472126c6f7ba656f9f979b9b6a55eb447411643fa31a1ca68a1690cc36632204 base-20241222.0.291122.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241222.0.291235/base-20241222.0.291235.tar.zst" && \
echo "9465cd3ba3c638dd49cb6402281bdeed998c671d7c19565ad2a1ad7c06c8d8d9 base-20241222.0.291235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241222.0.291122.tar.zst
tar -C /rootfs --extract --file base-20241222.0.291235.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="20241222.0.291122"
LABEL org.opencontainers.image.version="20241222.0.291235"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-22T00:07:56+00:00"
LABEL org.opencontainers.image.created="2024-12-22T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291122' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291235' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/20241222.0.291122/base-devel-20241222.0.291122.tar.zst" && \
echo "76e8b64339fcbdb7ecb84fb336a1802f00c362147767199d125b8a3c686a7f7c base-devel-20241222.0.291122.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241222.0.291235/base-devel-20241222.0.291235.tar.zst" && \
echo "3e6aa7bf363f51907b50a2ac69d179a5cd98abe2f98755c1a865b5ce2d550a12 base-devel-20241222.0.291235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241222.0.291122.tar.zst
tar -C /rootfs --extract --file base-devel-20241222.0.291235.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="20241222.0.291122"
LABEL org.opencontainers.image.version="20241222.0.291235"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-22T00:07:56+00:00"
LABEL org.opencontainers.image.created="2024-12-22T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291122' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291235' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/20241222.0.291122/multilib-devel-20241222.0.291122.tar.zst" && \
echo "186b9ee670b714afa95cd7c4cae6d1f95c5ea17e304bdea65ddaffd92a0ac9e6 multilib-devel-20241222.0.291122.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241222.0.291235/multilib-devel-20241222.0.291235.tar.zst" && \
echo "0b863454b45bf110a636f13107460d2c9269a74ccec909b7c63d0d1028c76904 multilib-devel-20241222.0.291235.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241222.0.291122.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241222.0.291235.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="20241222.0.291122"
LABEL org.opencontainers.image.version="20241222.0.291235"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-22T00:07:56+00:00"
LABEL org.opencontainers.image.created="2024-12-22T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291122' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241222.0.291235' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment