Release 20240302.0.218254

This commit is contained in:
Arch Linux Docker release bot 2024-03-02 09:07:33 +00:00
parent 0a01a0ac48
commit 1578c023e5
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/20240301.0.218070/base-20240301.0.218070.tar.zst" && \
echo "d084796bdab44413c8ffdca14d1ab6e26c93a1634494c0d86161a63480dedc9e base-20240301.0.218070.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240302.0.218254/base-20240302.0.218254.tar.zst" && \
echo "6e9566f42a62ed67d5236e5a0e16ef4d874c6cbdd6543d8b3d5da75224aa25f1 base-20240302.0.218254.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240301.0.218070.tar.zst
tar -C /rootfs --extract --file base-20240302.0.218254.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="20240301.0.218070"
LABEL org.opencontainers.image.version="20240302.0.218254"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-01T09:07:21+00:00"
LABEL org.opencontainers.image.created="2024-03-02T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240301.0.218070' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240302.0.218254' /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/20240301.0.218070/base-devel-20240301.0.218070.tar.zst" && \
echo "eda3371a7e683f88b8931d52b5a45db079dce146571a98bc926afcd338944195 base-devel-20240301.0.218070.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240302.0.218254/base-devel-20240302.0.218254.tar.zst" && \
echo "edecaf7310d8142b2f999f14337d39d3b9208357f86775834c1a12eb9cb03842 base-devel-20240302.0.218254.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240301.0.218070.tar.zst
tar -C /rootfs --extract --file base-devel-20240302.0.218254.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="20240301.0.218070"
LABEL org.opencontainers.image.version="20240302.0.218254"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-01T09:07:21+00:00"
LABEL org.opencontainers.image.created="2024-03-02T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240301.0.218070' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240302.0.218254' /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/20240301.0.218070/multilib-devel-20240301.0.218070.tar.zst" && \
echo "b613798a072cd9f777f65a5a63b99821de6f0d95f855e16e545962df49e23e32 multilib-devel-20240301.0.218070.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240302.0.218254/multilib-devel-20240302.0.218254.tar.zst" && \
echo "5dd5ce0737cc52e6649c6c8f456c3579d51e82add29a8b72fc33f452e48f61f1 multilib-devel-20240302.0.218254.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240301.0.218070.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240302.0.218254.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="20240301.0.218070"
LABEL org.opencontainers.image.version="20240302.0.218254"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-01T09:07:21+00:00"
LABEL org.opencontainers.image.created="2024-03-02T09:07:33+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240301.0.218070' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240302.0.218254' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]