Release 20240512.0.235602

This commit is contained in:
Arch Linux Docker release bot 2024-05-12 09:07:32 +00:00
parent 64d89b75a3
commit 4ed6ae561a
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/20240511.0.235291/base-20240511.0.235291.tar.zst" && \
echo "fc1937fdd9efc278e7a7a9e08fe1b15776f38fd9db7f58ef13673a005eb970f5 base-20240511.0.235291.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240512.0.235602/base-20240512.0.235602.tar.zst" && \
echo "520ef9314dc67f59148a1b9e0473bfd0da10efc4cc393d68ed9755c4a2127969 base-20240512.0.235602.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240511.0.235291.tar.zst
tar -C /rootfs --extract --file base-20240512.0.235602.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="20240511.0.235291"
LABEL org.opencontainers.image.version="20240512.0.235602"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-11T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-05-12T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240511.0.235291' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240512.0.235602' /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/20240511.0.235291/base-devel-20240511.0.235291.tar.zst" && \
echo "86d0465a74f69a82569b251565a8f5f55423eecca5b9b515109c7eb5b79ef493 base-devel-20240511.0.235291.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240512.0.235602/base-devel-20240512.0.235602.tar.zst" && \
echo "8549fa014bdc2121ba48f8cf0c576767aeee86a2731a88e924cfaba1d7e2b45c base-devel-20240512.0.235602.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240511.0.235291.tar.zst
tar -C /rootfs --extract --file base-devel-20240512.0.235602.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="20240511.0.235291"
LABEL org.opencontainers.image.version="20240512.0.235602"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-11T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-05-12T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240511.0.235291' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240512.0.235602' /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/20240511.0.235291/multilib-devel-20240511.0.235291.tar.zst" && \
echo "77b4529a432ee12d86aa35508d9baf7bd5f48571d35bd38592e048eda1853c1f multilib-devel-20240511.0.235291.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240512.0.235602/multilib-devel-20240512.0.235602.tar.zst" && \
echo "726a293a11b72e55923e81d0c447a8b379c00793b00b715175a2ab910dfe2967 multilib-devel-20240512.0.235602.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240511.0.235291.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240512.0.235602.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="20240511.0.235291"
LABEL org.opencontainers.image.version="20240512.0.235602"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-05-11T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-05-12T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240511.0.235291' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240512.0.235602' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]