Release 20240409.0.228062

This commit is contained in:
Arch Linux Docker release bot 2024-04-09 09:07:22 +00:00
parent 053afecc99
commit 388b725773
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/20240408.0.227844/base-20240408.0.227844.tar.zst" && \
echo "25f31d5c558bcc967c23657f22c460d99e907053a81ae0d1d7f5e1a86b1c34ac base-20240408.0.227844.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240409.0.228062/base-20240409.0.228062.tar.zst" && \
echo "532da992a076f53b84771b24ae9b067d88287f4fd56629bfd2fe1c3f96bbb9cd base-20240409.0.228062.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240408.0.227844.tar.zst
tar -C /rootfs --extract --file base-20240409.0.228062.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="20240408.0.227844"
LABEL org.opencontainers.image.version="20240409.0.228062"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-08T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-04-09T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240408.0.227844' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240409.0.228062' /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/20240408.0.227844/base-devel-20240408.0.227844.tar.zst" && \
echo "060606b23ce164e8810e8caa70b1e1a93a823e46b62d3cdefd59efe5de4429c8 base-devel-20240408.0.227844.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240409.0.228062/base-devel-20240409.0.228062.tar.zst" && \
echo "ffd6ba326464b6ce9a466e28e8e7945deab54af70afaa6461455517ce17d472c base-devel-20240409.0.228062.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240408.0.227844.tar.zst
tar -C /rootfs --extract --file base-devel-20240409.0.228062.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="20240408.0.227844"
LABEL org.opencontainers.image.version="20240409.0.228062"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-08T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-04-09T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240408.0.227844' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240409.0.228062' /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/20240408.0.227844/multilib-devel-20240408.0.227844.tar.zst" && \
echo "5f34657440af42bdaf107441a1d1a733ba1ef102f1858d53ec4690f4c97b552f multilib-devel-20240408.0.227844.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240409.0.228062/multilib-devel-20240409.0.228062.tar.zst" && \
echo "1da12bff549d88e4cce3476e22395492aa641832831c8bd7debecca78db9f440 multilib-devel-20240409.0.228062.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240408.0.227844.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240409.0.228062.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="20240408.0.227844"
LABEL org.opencontainers.image.version="20240409.0.228062"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-08T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-04-09T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240408.0.227844' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240409.0.228062' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]