Release 20240506.0.234176

This commit is contained in:
Arch Linux Docker release bot 2024-05-06 09:07:34 +00:00
parent 078f9fc49d
commit 3987f73bbc
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/20240505.0.233987/base-20240505.0.233987.tar.zst" && \
echo "94b38f2bf108c9874026138098cd2e3b935d3a3c91580ea71778e52b6bc42613 base-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240506.0.234176/base-20240506.0.234176.tar.zst" && \
echo "7a2616a3747f77cad292e948a5f6d6614f3dd36b74a9314bf5eae1f27e7a384a base-20240506.0.234176.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240505.0.233987.tar.zst
tar -C /rootfs --extract --file base-20240506.0.234176.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="20240505.0.233987"
LABEL org.opencontainers.image.version="20240506.0.234176"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00"
LABEL org.opencontainers.image.created="2024-05-06T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240506.0.234176' /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/20240505.0.233987/base-devel-20240505.0.233987.tar.zst" && \
echo "77fdc22491d1e8f5b6cd4e5f5ef7920694df5aa56d575b4eaa3182a9c92cd068 base-devel-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240506.0.234176/base-devel-20240506.0.234176.tar.zst" && \
echo "8d8956eaa93be5500a54794a57abff2460a646e85dd80a53f2f5c67b25694294 base-devel-20240506.0.234176.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240505.0.233987.tar.zst
tar -C /rootfs --extract --file base-devel-20240506.0.234176.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="20240505.0.233987"
LABEL org.opencontainers.image.version="20240506.0.234176"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00"
LABEL org.opencontainers.image.created="2024-05-06T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240506.0.234176' /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/20240505.0.233987/multilib-devel-20240505.0.233987.tar.zst" && \
echo "dbb674f5d2b0cb91ad74ac66d5eb75fb46615e276857e6958eff5ee583bbbba5 multilib-devel-20240505.0.233987.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240506.0.234176/multilib-devel-20240506.0.234176.tar.zst" && \
echo "c8b60501fd7249e2adc1e6162ee0ce1c281628fadaaff1973a84afcc712ebf6c multilib-devel-20240506.0.234176.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240505.0.233987.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240506.0.234176.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="20240505.0.233987"
LABEL org.opencontainers.image.version="20240506.0.234176"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-05T09:07:49+00:00"
LABEL org.opencontainers.image.created="2024-05-06T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240505.0.233987' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240506.0.234176' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]