Release 20231205.0.197574

This commit is contained in:
Arch Linux Docker release bot 2023-12-05 09:07:14 +00:00
parent 8c7b3f710c
commit e71e587bd4
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.18 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231204.0.197281/base-20231204.0.197281.tar.zst" && \
echo "f181ce08b7b020bc3d835798946146d6018ae691860b5fe60f61cba273527151 base-20231204.0.197281.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231205.0.197574/base-20231205.0.197574.tar.zst" && \
echo "e50b5700a8b47f11f7b09979abe452a287b124aa9c5e639cd0032f14e6eaaa03 base-20231205.0.197574.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20231204.0.197281.tar.zst
tar -C /rootfs --extract --file base-20231205.0.197574.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="20231204.0.197281"
LABEL org.opencontainers.image.version="20231205.0.197574"
LABEL org.opencontainers.image.revision="337a19c996695f92aac17e2002b534dee732ab0a"
LABEL org.opencontainers.image.created="2023-12-04T09:07:51+00:00"
LABEL org.opencontainers.image.created="2023-12-05T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20231204.0.197281' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20231205.0.197574' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.18 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231204.0.197281/base-devel-20231204.0.197281.tar.zst" && \
echo "ccf23e6f60ef9dc0bef99b668ca93978a41ec40ec8ff0ac1b25fe86176922535 base-devel-20231204.0.197281.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231205.0.197574/base-devel-20231205.0.197574.tar.zst" && \
echo "6c8b2f4e6d9f04464058d4d95a0782dbc5109fd4e29a58d6124d1448423a5684 base-devel-20231205.0.197574.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20231204.0.197281.tar.zst
tar -C /rootfs --extract --file base-devel-20231205.0.197574.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="20231204.0.197281"
LABEL org.opencontainers.image.version="20231205.0.197574"
LABEL org.opencontainers.image.revision="337a19c996695f92aac17e2002b534dee732ab0a"
LABEL org.opencontainers.image.created="2023-12-04T09:07:51+00:00"
LABEL org.opencontainers.image.created="2023-12-05T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20231204.0.197281' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20231205.0.197574' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.18 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231204.0.197281/multilib-devel-20231204.0.197281.tar.zst" && \
echo "9380af5d8b5df55be1fef511757613dee18921a48cb405f06b344323b5ebebbf multilib-devel-20231204.0.197281.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231205.0.197574/multilib-devel-20231205.0.197574.tar.zst" && \
echo "4ee83f5f87755299c59b7e95280a962aad40d66dd9a860247b1f541e10df201b multilib-devel-20231205.0.197574.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20231204.0.197281.tar.zst
tar -C /rootfs --extract --file multilib-devel-20231205.0.197574.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="20231204.0.197281"
LABEL org.opencontainers.image.version="20231205.0.197574"
LABEL org.opencontainers.image.revision="337a19c996695f92aac17e2002b534dee732ab0a"
LABEL org.opencontainers.image.created="2023-12-04T09:07:51+00:00"
LABEL org.opencontainers.image.created="2023-12-05T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20231204.0.197281' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20231205.0.197574' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]