Release 20240402.0.226369

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