Release 20240123.0.208993

This commit is contained in:
Arch Linux Docker release bot 2024-01-23 09:07:32 +00:00
parent b42010e985
commit f26ec22a80
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/20240122.0.208805/base-20240122.0.208805.tar.zst" && \
echo "f78437e6e5a45edf518f36a3f4bb0c60fc75f767fc27089530732536263f675c base-20240122.0.208805.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240123.0.208993/base-20240123.0.208993.tar.zst" && \
echo "86953408e1d1d9f4ab429063c80bccdef9ebe793025c3746451e4be5505212e9 base-20240123.0.208993.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240122.0.208805.tar.zst
tar -C /rootfs --extract --file base-20240123.0.208993.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="20240122.0.208805"
LABEL org.opencontainers.image.version="20240123.0.208993"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-22T09:07:37+00:00"
LABEL org.opencontainers.image.created="2024-01-23T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240122.0.208805' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240123.0.208993' /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/20240122.0.208805/base-devel-20240122.0.208805.tar.zst" && \
echo "9fac6993ca1ed69a7e74de9e8b2997e5708988daddd3b530adf4298499d7a5aa base-devel-20240122.0.208805.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240123.0.208993/base-devel-20240123.0.208993.tar.zst" && \
echo "3647af0ee62729513c45914046d956c75ab20c3fdc445dc5ffc1968f2b0919f8 base-devel-20240123.0.208993.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240122.0.208805.tar.zst
tar -C /rootfs --extract --file base-devel-20240123.0.208993.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="20240122.0.208805"
LABEL org.opencontainers.image.version="20240123.0.208993"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-22T09:07:37+00:00"
LABEL org.opencontainers.image.created="2024-01-23T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240122.0.208805' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240123.0.208993' /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/20240122.0.208805/multilib-devel-20240122.0.208805.tar.zst" && \
echo "6cfbfdba83054a4eb9c703d0206a52f872134e3cad710a2df5400074e9b6fbb3 multilib-devel-20240122.0.208805.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240123.0.208993/multilib-devel-20240123.0.208993.tar.zst" && \
echo "f5d818e8646e22c13df2d27da7c43032a167347715f851926320249ee8b4b90d multilib-devel-20240123.0.208993.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240122.0.208805.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240123.0.208993.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="20240122.0.208805"
LABEL org.opencontainers.image.version="20240123.0.208993"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-01-22T09:07:37+00:00"
LABEL org.opencontainers.image.created="2024-01-23T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240122.0.208805' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240123.0.208993' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]