Release 20240312.0.220676

This commit is contained in:
Arch Linux Docker release bot 2024-03-12 09:07:41 +00:00
parent 45a052fd20
commit e6f9ace14c
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/20240311.0.220453/base-20240311.0.220453.tar.zst" && \
echo "347bdc4d356a22943f2e627490f20df67b2d9bee2503e00e1a5046005aef9b2d base-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240312.0.220676/base-20240312.0.220676.tar.zst" && \
echo "72102b75321e49fb197c6a6a31bae26e6eb49fe022d13a14f4afcdb934ae79cd base-20240312.0.220676.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240311.0.220453.tar.zst
tar -C /rootfs --extract --file base-20240312.0.220676.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="20240311.0.220453"
LABEL org.opencontainers.image.version="20240312.0.220676"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-03-12T09:07:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240312.0.220676' /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/20240311.0.220453/base-devel-20240311.0.220453.tar.zst" && \
echo "a33ccb3771cd5e2bba691de83992ddf640794d640e6f1704acbf25a472a0441c base-devel-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240312.0.220676/base-devel-20240312.0.220676.tar.zst" && \
echo "f5964494264e15837b08cec22e84a0fce3a493c6cb5ec4572945b186ec6946b3 base-devel-20240312.0.220676.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240311.0.220453.tar.zst
tar -C /rootfs --extract --file base-devel-20240312.0.220676.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="20240311.0.220453"
LABEL org.opencontainers.image.version="20240312.0.220676"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-03-12T09:07:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240312.0.220676' /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/20240311.0.220453/multilib-devel-20240311.0.220453.tar.zst" && \
echo "8814ee95a8e744274f0429845b9b43f98adb445300067001a219ae8668b52da1 multilib-devel-20240311.0.220453.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240312.0.220676/multilib-devel-20240312.0.220676.tar.zst" && \
echo "59247b9caec1a5ec0b4ec96133dc70d30c5a62dd4551d61c3957123cf5586798 multilib-devel-20240312.0.220676.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240311.0.220453.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240312.0.220676.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="20240311.0.220453"
LABEL org.opencontainers.image.version="20240312.0.220676"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-11T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-03-12T09:07:41+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240311.0.220453' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240312.0.220676' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]