Release 20240404.0.226895

This commit is contained in:
Arch Linux Docker release bot 2024-04-04 09:07:23 +00:00
parent b692744834
commit 687728f832
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/20240403.0.226668/base-20240403.0.226668.tar.zst" && \
echo "7346700cb6ed78693e1af93c3d7a1399d4252295406cfddf23030b1f4d4e387e base-20240403.0.226668.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240404.0.226895/base-20240404.0.226895.tar.zst" && \
echo "9a4f6eee21adfdff527e31ba08aaf5d830f333e021cd6d26f06c8e3681c2d470 base-20240404.0.226895.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240403.0.226668.tar.zst
tar -C /rootfs --extract --file base-20240404.0.226895.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="20240403.0.226668"
LABEL org.opencontainers.image.version="20240404.0.226895"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-03T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-04-04T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240403.0.226668' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240404.0.226895' /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/20240403.0.226668/base-devel-20240403.0.226668.tar.zst" && \
echo "85783b3b713fc5e702acf371ed882431a75692756b90f83cafc991ba38806f1f base-devel-20240403.0.226668.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240404.0.226895/base-devel-20240404.0.226895.tar.zst" && \
echo "5374bbf1fb476904b337e68d14f1c53e74381e42b5e18923ba6b10ffa1f8df03 base-devel-20240404.0.226895.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240403.0.226668.tar.zst
tar -C /rootfs --extract --file base-devel-20240404.0.226895.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="20240403.0.226668"
LABEL org.opencontainers.image.version="20240404.0.226895"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-03T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-04-04T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240403.0.226668' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240404.0.226895' /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/20240403.0.226668/multilib-devel-20240403.0.226668.tar.zst" && \
echo "40eaaec7be45f36acfbe23c96d677f766d8d24a2b74d657484e38e769df02e0b multilib-devel-20240403.0.226668.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240404.0.226895/multilib-devel-20240404.0.226895.tar.zst" && \
echo "dcb743d2c5e6f130bdd798981ce780dec323137cfb6b2abc4b500808712ff782 multilib-devel-20240404.0.226895.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240403.0.226668.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240404.0.226895.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="20240403.0.226668"
LABEL org.opencontainers.image.version="20240404.0.226895"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-03T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-04-04T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240403.0.226668' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240404.0.226895' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]