Release 20240223.0.216359

This commit is contained in:
Arch Linux Docker release bot 2024-02-23 09:07:18 +00:00
parent 9e5560198b
commit fbd4511b59
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/20240222.0.216183/base-20240222.0.216183.tar.zst" && \
echo "57b5cf8e1a57bb0fe4f4d7e853a698e283fa3aef9cc46ce085b97c0e9c55bc60 base-20240222.0.216183.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240223.0.216359/base-20240223.0.216359.tar.zst" && \
echo "ede8d7304d2315bde992034f0c627e4916a509928407527afd45f9b8eba7d32f base-20240223.0.216359.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240222.0.216183.tar.zst
tar -C /rootfs --extract --file base-20240223.0.216359.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="20240222.0.216183"
LABEL org.opencontainers.image.version="20240223.0.216359"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-22T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-02-23T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240222.0.216183' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240223.0.216359' /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/20240222.0.216183/base-devel-20240222.0.216183.tar.zst" && \
echo "5d53ccd1afd50c43ccdd164bb9c1d107bbe1be9ae4cf1772884bdd6259efc49a base-devel-20240222.0.216183.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240223.0.216359/base-devel-20240223.0.216359.tar.zst" && \
echo "ba8565cd81a70a2247777b46e5e201a329854ea078a7e650792e9cabd2d2d451 base-devel-20240223.0.216359.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240222.0.216183.tar.zst
tar -C /rootfs --extract --file base-devel-20240223.0.216359.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="20240222.0.216183"
LABEL org.opencontainers.image.version="20240223.0.216359"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-22T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-02-23T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240222.0.216183' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240223.0.216359' /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/20240222.0.216183/multilib-devel-20240222.0.216183.tar.zst" && \
echo "168f5e8aa5144bde2d38ec868f0eae42c9007ff962913806edfaeec06b6bece8 multilib-devel-20240222.0.216183.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240223.0.216359/multilib-devel-20240223.0.216359.tar.zst" && \
echo "652e8fb5220ae4a2cc26637ca4bee5f6ff7db2e9902964922e0fe17b4951b73c multilib-devel-20240223.0.216359.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240222.0.216183.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240223.0.216359.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="20240222.0.216183"
LABEL org.opencontainers.image.version="20240223.0.216359"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-22T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-02-23T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240222.0.216183' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240223.0.216359' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]