Release 20240322.0.223584

This commit is contained in:
Arch Linux Docker release bot 2024-03-22 09:07:30 +00:00
parent dcbf0abda4
commit 399cba6ed6
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/20240321.0.223326/base-20240321.0.223326.tar.zst" && \
echo "9124cc8d074a154edaea4481d76ca87c49724a051f48c88d3df864293fc196d1 base-20240321.0.223326.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240322.0.223584/base-20240322.0.223584.tar.zst" && \
echo "0c31b4dfaffb0036738b4e24477cd2574640593ab69c6316249b872cbe04b049 base-20240322.0.223584.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240321.0.223326.tar.zst
tar -C /rootfs --extract --file base-20240322.0.223584.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="20240321.0.223326"
LABEL org.opencontainers.image.version="20240322.0.223584"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-21T09:07:22+00:00"
LABEL org.opencontainers.image.created="2024-03-22T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240321.0.223326' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240322.0.223584' /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/20240321.0.223326/base-devel-20240321.0.223326.tar.zst" && \
echo "8242bef54504a760c896c428370df5efc6683efd15780422ef65a6603c6288a7 base-devel-20240321.0.223326.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240322.0.223584/base-devel-20240322.0.223584.tar.zst" && \
echo "188322a9712267bfe01234315991d1d4b21addebdb007d20de9aec984d1b206e base-devel-20240322.0.223584.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240321.0.223326.tar.zst
tar -C /rootfs --extract --file base-devel-20240322.0.223584.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="20240321.0.223326"
LABEL org.opencontainers.image.version="20240322.0.223584"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-21T09:07:22+00:00"
LABEL org.opencontainers.image.created="2024-03-22T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240321.0.223326' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240322.0.223584' /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/20240321.0.223326/multilib-devel-20240321.0.223326.tar.zst" && \
echo "d795d2677d603235ad7374a50e67e28c3d53dfebd7c78c5d1d27d983cca8d4d2 multilib-devel-20240321.0.223326.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240322.0.223584/multilib-devel-20240322.0.223584.tar.zst" && \
echo "40ac12bf322c4b4011e0ddba732db189bb3ce40c7cdb5517c69f3f727f008556 multilib-devel-20240322.0.223584.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240321.0.223326.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240322.0.223584.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="20240321.0.223326"
LABEL org.opencontainers.image.version="20240322.0.223584"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-21T09:07:22+00:00"
LABEL org.opencontainers.image.created="2024-03-22T09:07:30+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240321.0.223326' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240322.0.223584' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]