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

Release 20241109.0.278052

parent 66282f27
No related branches found
Tags v20201203.0.10385
No related merge requests found
Pipeline #111512 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/20241108.0.277787/base-20241108.0.277787.tar.zst" && \
echo "a27a0488a9ad6030b079aee63c894f145056f9b25f4bcc049ad67aa75e41b57b base-20241108.0.277787.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241109.0.278052/base-20241109.0.278052.tar.zst" && \
echo "ddd6db2069b4023eb0da2e682b0e663860121d53c0313955c399c2da3a671019 base-20241109.0.278052.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241108.0.277787.tar.zst
tar -C /rootfs --extract --file base-20241109.0.278052.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="20241108.0.277787"
LABEL org.opencontainers.image.version="20241109.0.278052"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-08T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-11-09T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241108.0.277787' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241109.0.278052' /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/20241108.0.277787/base-devel-20241108.0.277787.tar.zst" && \
echo "4deabb26b1f9466565bd3a88881d7a053f6e82d586a2aa137f70aeb47ef03e69 base-devel-20241108.0.277787.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241109.0.278052/base-devel-20241109.0.278052.tar.zst" && \
echo "cd23a1455d73af8397c1073da034b1a5a92ff4c8eb2a6d2fc608b27f6bef8f0d base-devel-20241109.0.278052.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241108.0.277787.tar.zst
tar -C /rootfs --extract --file base-devel-20241109.0.278052.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="20241108.0.277787"
LABEL org.opencontainers.image.version="20241109.0.278052"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-08T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-11-09T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241108.0.277787' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241109.0.278052' /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/20241108.0.277787/multilib-devel-20241108.0.277787.tar.zst" && \
echo "14466f4caa5e40aa3c4ee44828989d21fdf0afab3b643b63de18285ce4d4b50b multilib-devel-20241108.0.277787.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241109.0.278052/multilib-devel-20241109.0.278052.tar.zst" && \
echo "a28c610ebfe6b69d2467a0c5e0275a4a283b2abfd79fc7a63a55b6ee84bef8a1 multilib-devel-20241109.0.278052.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241108.0.277787.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241109.0.278052.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="20241108.0.277787"
LABEL org.opencontainers.image.version="20241109.0.278052"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-08T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-11-09T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241108.0.277787' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241109.0.278052' /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