Release 20240320.0.223085

This commit is contained in:
Arch Linux Docker release bot 2024-03-20 09:07:21 +00:00
parent 09a2a86d39
commit 48d5f9767c
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/20240319.0.222824/base-20240319.0.222824.tar.zst" && \
echo "ecc079b7d6ef1db236ffbc114c996cb1cbdc480f99976b2c9da553744701a274 base-20240319.0.222824.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240320.0.223085/base-20240320.0.223085.tar.zst" && \
echo "ba577f96d4233fd7aa0a960962a382dcaf725030b13a5e92ce3574c6d81a6942 base-20240320.0.223085.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240319.0.222824.tar.zst
tar -C /rootfs --extract --file base-20240320.0.223085.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="20240319.0.222824"
LABEL org.opencontainers.image.version="20240320.0.223085"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-19T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-03-20T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240319.0.222824' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240320.0.223085' /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/20240319.0.222824/base-devel-20240319.0.222824.tar.zst" && \
echo "1be6da5b7fca1a1e2a4b8482c6724cc6c151a95f4f9ac1fd2855b0035512b39f base-devel-20240319.0.222824.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240320.0.223085/base-devel-20240320.0.223085.tar.zst" && \
echo "5f28b1093466804fe20a2bda8570cbf7c5ef673438c7eaa8b597abe124d61a3f base-devel-20240320.0.223085.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240319.0.222824.tar.zst
tar -C /rootfs --extract --file base-devel-20240320.0.223085.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="20240319.0.222824"
LABEL org.opencontainers.image.version="20240320.0.223085"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-19T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-03-20T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240319.0.222824' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240320.0.223085' /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/20240319.0.222824/multilib-devel-20240319.0.222824.tar.zst" && \
echo "d29281bf26e312cc86611fc9aaba8e2a892913f2e2091f9129649fb3065531e0 multilib-devel-20240319.0.222824.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240320.0.223085/multilib-devel-20240320.0.223085.tar.zst" && \
echo "d38cd7a46bbf88c7a02b1e54d5dc5af7a90848558524ce493ce8eb0559ff935d multilib-devel-20240320.0.223085.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240319.0.222824.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240320.0.223085.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="20240319.0.222824"
LABEL org.opencontainers.image.version="20240320.0.223085"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-19T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-03-20T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240319.0.222824' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240320.0.223085' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]