Release 20240513.0.235798

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