Skip to content
Snippets Groups Projects
Commit 0a01a0ac authored by Arch Linux Docker release bot's avatar Arch Linux Docker release bot
Browse files

Release 20240301.0.218070

parent e6efb11f
No related branches found
No related tags found
No related merge requests found
Pipeline #92850 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/20240229.0.217836/base-20240229.0.217836.tar.zst" && \
echo "477b4e5817900b535b732bf2bd75d0ee42cef27d4c966f59f82ae63f2067b0bf base-20240229.0.217836.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240301.0.218070/base-20240301.0.218070.tar.zst" && \
echo "d084796bdab44413c8ffdca14d1ab6e26c93a1634494c0d86161a63480dedc9e base-20240301.0.218070.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240229.0.217836.tar.zst
tar -C /rootfs --extract --file base-20240301.0.218070.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="20240229.0.217836"
LABEL org.opencontainers.image.version="20240301.0.218070"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-29T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-03-01T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240229.0.217836' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240301.0.218070' /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/20240229.0.217836/base-devel-20240229.0.217836.tar.zst" && \
echo "98ebd0de0df1216673d3c48e23a5d5c8875d5869f77d6e3fecc77ac6fe309add base-devel-20240229.0.217836.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240301.0.218070/base-devel-20240301.0.218070.tar.zst" && \
echo "eda3371a7e683f88b8931d52b5a45db079dce146571a98bc926afcd338944195 base-devel-20240301.0.218070.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240229.0.217836.tar.zst
tar -C /rootfs --extract --file base-devel-20240301.0.218070.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="20240229.0.217836"
LABEL org.opencontainers.image.version="20240301.0.218070"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-29T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-03-01T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240229.0.217836' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240301.0.218070' /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/20240229.0.217836/multilib-devel-20240229.0.217836.tar.zst" && \
echo "3eb1b236c364478f752f73e86d95719cb85c92ba60a3a997c395c7ef6989ca72 multilib-devel-20240229.0.217836.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240301.0.218070/multilib-devel-20240301.0.218070.tar.zst" && \
echo "b613798a072cd9f777f65a5a63b99821de6f0d95f855e16e545962df49e23e32 multilib-devel-20240301.0.218070.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240229.0.217836.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240301.0.218070.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="20240229.0.217836"
LABEL org.opencontainers.image.version="20240301.0.218070"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-29T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-03-01T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240229.0.217836' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240301.0.218070' /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