Release 20240318.0.222473

This commit is contained in:
Arch Linux Docker release bot 2024-03-18 09:07:23 +00:00
parent 799b096f5e
commit a7aeae6cbf
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/20240317.0.222183/base-20240317.0.222183.tar.zst" && \
echo "51be46fe1dc98431c5c834715f3de83437c6d45dbbd839749bb636c1b548f65f base-20240317.0.222183.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240318.0.222473/base-20240318.0.222473.tar.zst" && \
echo "8579ec1ea14eeb3c1dfb733b46893c647de0535e9a6121e8f6b7fa7080742799 base-20240318.0.222473.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240317.0.222183.tar.zst
tar -C /rootfs --extract --file base-20240318.0.222473.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="20240317.0.222183"
LABEL org.opencontainers.image.version="20240318.0.222473"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-17T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-03-18T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240317.0.222183' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240318.0.222473' /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/20240317.0.222183/base-devel-20240317.0.222183.tar.zst" && \
echo "8b2086ae92e74cf3b1edffa1dd7c9859086cfaa5c8b32fa595d3128babebca8e base-devel-20240317.0.222183.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240318.0.222473/base-devel-20240318.0.222473.tar.zst" && \
echo "bed3c39aebfddede3a4c81949abc006281c9d610fbdcf85a67f6915dab4fb959 base-devel-20240318.0.222473.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240317.0.222183.tar.zst
tar -C /rootfs --extract --file base-devel-20240318.0.222473.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="20240317.0.222183"
LABEL org.opencontainers.image.version="20240318.0.222473"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-17T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-03-18T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240317.0.222183' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240318.0.222473' /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/20240317.0.222183/multilib-devel-20240317.0.222183.tar.zst" && \
echo "fad203837d902cacd79b3a4596104ddb2eb8f561c3a851ef676318262918dcbb multilib-devel-20240317.0.222183.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240318.0.222473/multilib-devel-20240318.0.222473.tar.zst" && \
echo "3f9f114c6fa5bb3b8ee6b645be75509028528ec69b5635b3d4d40d53d41a69cc multilib-devel-20240318.0.222473.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240317.0.222183.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240318.0.222473.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="20240317.0.222183"
LABEL org.opencontainers.image.version="20240318.0.222473"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-17T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-03-18T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240317.0.222183' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240318.0.222473' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]