Release 20240518.0.236833

This commit is contained in:
Arch Linux Docker release bot 2024-05-18 09:07:35 +00:00
parent 71e027f35f
commit d117b0a290
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/20240517.0.236589/base-20240517.0.236589.tar.zst" && \
echo "f03a835ebe9aa226a11ffcbf8c51c1bb99dbca5fd6241a934a4cd60bcb10120e base-20240517.0.236589.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240518.0.236833/base-20240518.0.236833.tar.zst" && \
echo "8045471cd16b4c0983354d6998ceec2073c820b14d7bc6187975feccde78fe7b base-20240518.0.236833.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240517.0.236589.tar.zst
tar -C /rootfs --extract --file base-20240518.0.236833.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="20240517.0.236589"
LABEL org.opencontainers.image.version="20240518.0.236833"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00"
LABEL org.opencontainers.image.created="2024-05-18T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240518.0.236833' /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/20240517.0.236589/base-devel-20240517.0.236589.tar.zst" && \
echo "eafb33caabb1791a37004e366c50032a7c188f3f15df6fb1d4cc99c1c78c7093 base-devel-20240517.0.236589.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240518.0.236833/base-devel-20240518.0.236833.tar.zst" && \
echo "138a2137f503089881049b650534cd5c6e186a51c50b0b5f3fafb6c7e19bdb21 base-devel-20240518.0.236833.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240517.0.236589.tar.zst
tar -C /rootfs --extract --file base-devel-20240518.0.236833.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="20240517.0.236589"
LABEL org.opencontainers.image.version="20240518.0.236833"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00"
LABEL org.opencontainers.image.created="2024-05-18T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240518.0.236833' /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/20240517.0.236589/multilib-devel-20240517.0.236589.tar.zst" && \
echo "e51a9a73f484e9a7ff0293407920052c774fd78d1fdd62b32cb18d42dc7187da multilib-devel-20240517.0.236589.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240518.0.236833/multilib-devel-20240518.0.236833.tar.zst" && \
echo "c8ee163903d0b7ab2d926b2db856abe8099fce12c0d5348c6e7203b6891a7ce4 multilib-devel-20240518.0.236833.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240517.0.236589.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240518.0.236833.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="20240517.0.236589"
LABEL org.opencontainers.image.version="20240518.0.236833"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-17T09:07:25+00:00"
LABEL org.opencontainers.image.created="2024-05-18T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240517.0.236589' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240518.0.236833' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]