Release 20240324.0.224044

This commit is contained in:
Arch Linux Docker release bot 2024-03-24 09:07:38 +00:00
parent 1f25ae0e87
commit 22fb142a29
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/20240323.0.223781/base-20240323.0.223781.tar.zst" && \
echo "990d919ffe13ab1f705d58c302295553dfd0dd2f4e838bf3853a54015317860b base-20240323.0.223781.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240324.0.224044/base-20240324.0.224044.tar.zst" && \
echo "8dcc273dc595ef65b61892af8e0c800989d58eae7665d351883c4cf0e958354d base-20240324.0.224044.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240323.0.223781.tar.zst
tar -C /rootfs --extract --file base-20240324.0.224044.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="20240323.0.223781"
LABEL org.opencontainers.image.version="20240324.0.224044"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-23T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-03-24T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240323.0.223781' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240324.0.224044' /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/20240323.0.223781/base-devel-20240323.0.223781.tar.zst" && \
echo "80f14de788940d5f52070976c73fedea75078e04c8c51e94c8197f2b490446d3 base-devel-20240323.0.223781.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240324.0.224044/base-devel-20240324.0.224044.tar.zst" && \
echo "791033b6e5066fea6fc1f412c26df86e18d603c513373a04a50fffc410e55145 base-devel-20240324.0.224044.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240323.0.223781.tar.zst
tar -C /rootfs --extract --file base-devel-20240324.0.224044.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="20240323.0.223781"
LABEL org.opencontainers.image.version="20240324.0.224044"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-23T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-03-24T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240323.0.223781' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240324.0.224044' /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/20240323.0.223781/multilib-devel-20240323.0.223781.tar.zst" && \
echo "e2e8d418a905809041a80c01e4071e593589a382bc2706129484856284b4d19b multilib-devel-20240323.0.223781.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240324.0.224044/multilib-devel-20240324.0.224044.tar.zst" && \
echo "17816e4a67292187228ae52fd22b345b4a19f604d1be6e963a59dff1acc80e9e multilib-devel-20240324.0.224044.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240323.0.223781.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240324.0.224044.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="20240323.0.223781"
LABEL org.opencontainers.image.version="20240324.0.224044"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-23T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-03-24T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240323.0.223781' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240324.0.224044' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]