Release 20240304.0.218772

This commit is contained in:
Arch Linux Docker release bot 2024-03-04 09:07:25 +00:00
parent 680be4d7f8
commit 57ae9d6a74
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/20240303.0.218488/base-20240303.0.218488.tar.zst" && \
echo "0b0706f149a8a2195442ada55ce7bc439cf3d06e13958b06cc59fc117138fdc9 base-20240303.0.218488.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240304.0.218772/base-20240304.0.218772.tar.zst" && \
echo "4b3c286129547dd79b27d0f2afac6715b74cf9d193de8e5c753c6e416cbcc7a5 base-20240304.0.218772.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240303.0.218488.tar.zst
tar -C /rootfs --extract --file base-20240304.0.218772.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="20240303.0.218488"
LABEL org.opencontainers.image.version="20240304.0.218772"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-03T09:07:13+00:00"
LABEL org.opencontainers.image.created="2024-03-04T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240303.0.218488' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240304.0.218772' /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/20240303.0.218488/base-devel-20240303.0.218488.tar.zst" && \
echo "cfcaf8dda3064550d5d237d4cb595fa82a986071adaf568611b2d216e63d9e91 base-devel-20240303.0.218488.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240304.0.218772/base-devel-20240304.0.218772.tar.zst" && \
echo "525b613625ba20d3320fa657f1a34d6f418c5ce0af1a29a7a8a6d107a982f727 base-devel-20240304.0.218772.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240303.0.218488.tar.zst
tar -C /rootfs --extract --file base-devel-20240304.0.218772.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="20240303.0.218488"
LABEL org.opencontainers.image.version="20240304.0.218772"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-03T09:07:13+00:00"
LABEL org.opencontainers.image.created="2024-03-04T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240303.0.218488' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240304.0.218772' /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/20240303.0.218488/multilib-devel-20240303.0.218488.tar.zst" && \
echo "a21e3acf4c59ee6ad54a1879ec1a49b89fc3ca9ac003312c401c010b2dd092c5 multilib-devel-20240303.0.218488.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240304.0.218772/multilib-devel-20240304.0.218772.tar.zst" && \
echo "a7900cc8b5f1b72a589d2f4ac7254ac69aac20f1c736d621d8b2e988322f910c multilib-devel-20240304.0.218772.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240303.0.218488.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240304.0.218772.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="20240303.0.218488"
LABEL org.opencontainers.image.version="20240304.0.218772"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-03T09:07:13+00:00"
LABEL org.opencontainers.image.created="2024-03-04T09:07:25+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240303.0.218488' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240304.0.218772' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]