Release 20240116.0.207387

This commit is contained in:
Arch Linux Docker release bot 2024-01-16 09:08:43 +00:00
parent 59add81e54
commit ae0ad0c085
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/20240115.0.207120/base-20240115.0.207120.tar.zst" && \
echo "553439458957dd76d65508eb671e12f3a2c41b4a5be292751ccbd14464240c54 base-20240115.0.207120.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240116.0.207387/base-20240116.0.207387.tar.zst" && \
echo "3d4e9850cfce44a3836956181b4c1a5e1f4227aa36d1be2ae7d55b74c95cee95 base-20240116.0.207387.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240115.0.207120.tar.zst
tar -C /rootfs --extract --file base-20240116.0.207387.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="20240115.0.207120"
LABEL org.opencontainers.image.version="20240116.0.207387"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-15T09:07:52+00:00"
LABEL org.opencontainers.image.created="2024-01-16T09:08:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240115.0.207120' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240116.0.207387' /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/20240115.0.207120/base-devel-20240115.0.207120.tar.zst" && \
echo "374e023995584a25dd3f6dc928f10c3477bfe0467983b076a2a520678554209a base-devel-20240115.0.207120.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240116.0.207387/base-devel-20240116.0.207387.tar.zst" && \
echo "530af9473ffb735cc368a6d2baae86bb0d6bce7fe3cfa16a391314df65bdd6a6 base-devel-20240116.0.207387.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240115.0.207120.tar.zst
tar -C /rootfs --extract --file base-devel-20240116.0.207387.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="20240115.0.207120"
LABEL org.opencontainers.image.version="20240116.0.207387"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-15T09:07:52+00:00"
LABEL org.opencontainers.image.created="2024-01-16T09:08:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240115.0.207120' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240116.0.207387' /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/20240115.0.207120/multilib-devel-20240115.0.207120.tar.zst" && \
echo "7d49d09f73f814a43f49d08b8a7069478545e9f39d49af54d998e88306b52928 multilib-devel-20240115.0.207120.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240116.0.207387/multilib-devel-20240116.0.207387.tar.zst" && \
echo "a237c7901fa1da0bb25f87f4bbcefb2fe3269bd7e8a8622dc2640d0713c2e0c6 multilib-devel-20240116.0.207387.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240115.0.207120.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240116.0.207387.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="20240115.0.207120"
LABEL org.opencontainers.image.version="20240116.0.207387"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-15T09:07:52+00:00"
LABEL org.opencontainers.image.created="2024-01-16T09:08:42+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240115.0.207120' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240116.0.207387' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]