Release 20240227.0.217370

This commit is contained in:
Arch Linux Docker release bot 2024-02-27 09:07:17 +00:00
parent f210396c8e
commit db4f9a0b3a
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/20240226.0.217169/base-20240226.0.217169.tar.zst" && \
echo "071e25ce9c038e69819cf3eedccdf4352ecf649dc14819de3eba2dd54bec4ade base-20240226.0.217169.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240227.0.217370/base-20240227.0.217370.tar.zst" && \
echo "d302779a0962fa133e79e575f235fa9780bdd34b4f8246e9f5f3ca6ceb69c109 base-20240227.0.217370.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240226.0.217169.tar.zst
tar -C /rootfs --extract --file base-20240227.0.217370.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="20240226.0.217169"
LABEL org.opencontainers.image.version="20240227.0.217370"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-26T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-02-27T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240226.0.217169' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240227.0.217370' /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/20240226.0.217169/base-devel-20240226.0.217169.tar.zst" && \
echo "f0097f15511cc4b763b711dbe57306dfec6d3b32fcd2f6b457b496e0d321a713 base-devel-20240226.0.217169.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240227.0.217370/base-devel-20240227.0.217370.tar.zst" && \
echo "3017ae6eb418f6b1c4bcffb4be996f0a63479a27ebe6765fdb63a381c555d58d base-devel-20240227.0.217370.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240226.0.217169.tar.zst
tar -C /rootfs --extract --file base-devel-20240227.0.217370.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="20240226.0.217169"
LABEL org.opencontainers.image.version="20240227.0.217370"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-26T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-02-27T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240226.0.217169' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240227.0.217370' /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/20240226.0.217169/multilib-devel-20240226.0.217169.tar.zst" && \
echo "564853a47ad5c71f95b9bb150ccfe7ae2337dbc96060b0d1c4195d8570498217 multilib-devel-20240226.0.217169.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240227.0.217370/multilib-devel-20240227.0.217370.tar.zst" && \
echo "66f321b17dbe731d10993b454f3640bc47851fbe6cb66ddc6d89dff5031da3c6 multilib-devel-20240227.0.217370.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240226.0.217169.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240227.0.217370.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="20240226.0.217169"
LABEL org.opencontainers.image.version="20240227.0.217370"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-02-26T09:07:24+00:00"
LABEL org.opencontainers.image.created="2024-02-27T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240226.0.217169' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240227.0.217370' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]