Release 20240330.0.225642

This commit is contained in:
Arch Linux Docker release bot 2024-03-30 09:07:12 +00:00
parent 06b327053f
commit 7a138138a3
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/20240329.0.225455/base-20240329.0.225455.tar.zst" && \
echo "dd3117d033c3ee2beab31102a0433a418e9affdd658697ff8b7cc6bcf553f7bc base-20240329.0.225455.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240330.0.225642/base-20240330.0.225642.tar.zst" && \
echo "7d4ee1431b0257d06d5b1c90875d7420ecd4bfb568ed1f0dee8053de90fd08f5 base-20240330.0.225642.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240329.0.225455.tar.zst
tar -C /rootfs --extract --file base-20240330.0.225642.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="20240329.0.225455"
LABEL org.opencontainers.image.version="20240330.0.225642"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-29T09:07:43+00:00"
LABEL org.opencontainers.image.created="2024-03-30T09:07:12+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240329.0.225455' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240330.0.225642' /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/20240329.0.225455/base-devel-20240329.0.225455.tar.zst" && \
echo "25428f0a92ab5d92f6e439558054d596e96dcdafda43e82fcf90653007438110 base-devel-20240329.0.225455.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240330.0.225642/base-devel-20240330.0.225642.tar.zst" && \
echo "f61e3ab6aa434af2811787bdda44ecf28ef0a5cf360d9202d56ddc51e0bc6865 base-devel-20240330.0.225642.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240329.0.225455.tar.zst
tar -C /rootfs --extract --file base-devel-20240330.0.225642.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="20240329.0.225455"
LABEL org.opencontainers.image.version="20240330.0.225642"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-29T09:07:43+00:00"
LABEL org.opencontainers.image.created="2024-03-30T09:07:12+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240329.0.225455' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240330.0.225642' /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/20240329.0.225455/multilib-devel-20240329.0.225455.tar.zst" && \
echo "fe6769782e66ebc701ead480d0b1fde4f3cfae91d5f2a48a8fc8ac2a3bebd661 multilib-devel-20240329.0.225455.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240330.0.225642/multilib-devel-20240330.0.225642.tar.zst" && \
echo "b39ab0678d46ae2d5fe0d1391d24830b2daf7d408d4483800eec8a21985e7813 multilib-devel-20240330.0.225642.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240329.0.225455.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240330.0.225642.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="20240329.0.225455"
LABEL org.opencontainers.image.version="20240330.0.225642"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-29T09:07:43+00:00"
LABEL org.opencontainers.image.created="2024-03-30T09:07:12+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240329.0.225455' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240330.0.225642' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]