Release 20240401.0.226100

This commit is contained in:
Arch Linux Docker release bot 2024-04-01 09:07:37 +00:00
parent de6072fb40
commit b561686eef
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/20240331.0.225894/base-20240331.0.225894.tar.zst" && \
echo "00d3e312dc994120f471de41d99ae0d6f93c4472e274f35e30d4af5186f6f546 base-20240331.0.225894.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240401.0.226100/base-20240401.0.226100.tar.zst" && \
echo "3180fc0882286a9e73f437fad406f997c8f3bdd40020ab3ee78e7f976efa6301 base-20240401.0.226100.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240331.0.225894.tar.zst
tar -C /rootfs --extract --file base-20240401.0.226100.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="20240331.0.225894"
LABEL org.opencontainers.image.version="20240401.0.226100"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-31T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-04-01T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240331.0.225894' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240401.0.226100' /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/20240331.0.225894/base-devel-20240331.0.225894.tar.zst" && \
echo "cfee08fb16f1f6064b40359223485dfc447a95a3903b39b907d82ee7fcb65443 base-devel-20240331.0.225894.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240401.0.226100/base-devel-20240401.0.226100.tar.zst" && \
echo "f8f4488b06344618485dda672e17d68c8fa3a387e4444c729adcfd254f7450c3 base-devel-20240401.0.226100.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240331.0.225894.tar.zst
tar -C /rootfs --extract --file base-devel-20240401.0.226100.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="20240331.0.225894"
LABEL org.opencontainers.image.version="20240401.0.226100"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-31T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-04-01T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240331.0.225894' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240401.0.226100' /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/20240331.0.225894/multilib-devel-20240331.0.225894.tar.zst" && \
echo "66dbcde8ff85d68c2c42067278566e0111102be57343e5013e02b489a0d5faad multilib-devel-20240331.0.225894.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240401.0.226100/multilib-devel-20240401.0.226100.tar.zst" && \
echo "6d1ea83d0f0cae2af5ba877148e4e1ba51c55bfa2666507ed5319ad19b2b0cdc multilib-devel-20240401.0.226100.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240331.0.225894.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240401.0.226100.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="20240331.0.225894"
LABEL org.opencontainers.image.version="20240401.0.226100"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-03-31T09:07:16+00:00"
LABEL org.opencontainers.image.created="2024-04-01T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240331.0.225894' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240401.0.226100' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]