Release 20240208.0.212682

This commit is contained in:
Arch Linux Docker release bot 2024-02-08 09:07:24 +00:00
parent 4005d264a3
commit f6f15e341e
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/20240207.0.212352/base-20240207.0.212352.tar.zst" && \
echo "ed85157d36fe03d42054d4b69f9c7a2145d78cc26db76762e75afd13c720f9b6 base-20240207.0.212352.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240208.0.212682/base-20240208.0.212682.tar.zst" && \
echo "e67e9ec4966d3347c134d11f5bf606578fca500afce33c0543978d98dfddd7db base-20240208.0.212682.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240207.0.212352.tar.zst
tar -C /rootfs --extract --file base-20240208.0.212682.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="20240207.0.212352"
LABEL org.opencontainers.image.version="20240208.0.212682"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-07T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-02-08T09:07:24+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240207.0.212352' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240208.0.212682' /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/20240207.0.212352/base-devel-20240207.0.212352.tar.zst" && \
echo "0aa2b954c068527ebc52fb66fd285469efed7aee54ecbd6e0e3a9a6c1921afc6 base-devel-20240207.0.212352.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240208.0.212682/base-devel-20240208.0.212682.tar.zst" && \
echo "6579dcbc28416d6b506aa4e9e3f4bb312e1a7477168597e7bb100313390b53c7 base-devel-20240208.0.212682.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240207.0.212352.tar.zst
tar -C /rootfs --extract --file base-devel-20240208.0.212682.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="20240207.0.212352"
LABEL org.opencontainers.image.version="20240208.0.212682"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-07T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-02-08T09:07:24+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240207.0.212352' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240208.0.212682' /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/20240207.0.212352/multilib-devel-20240207.0.212352.tar.zst" && \
echo "c979b4385247d081e0baad898fba9a2f3595b1cf7a87a120c16ee6660450c094 multilib-devel-20240207.0.212352.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240208.0.212682/multilib-devel-20240208.0.212682.tar.zst" && \
echo "29e2ea6c2e830502ea0b9a02aae4b47049b5c9a751458ba0aaf8737eadb311f9 multilib-devel-20240208.0.212682.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240207.0.212352.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240208.0.212682.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="20240207.0.212352"
LABEL org.opencontainers.image.version="20240208.0.212682"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-07T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-02-08T09:07:24+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240207.0.212352' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240208.0.212682' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]