Release 20240423.0.230994

This commit is contained in:
Arch Linux Docker release bot 2024-04-23 09:07:21 +00:00
parent 282d5a4605
commit 68901fc852
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/20240422.0.230757/base-20240422.0.230757.tar.zst" && \
echo "bfffd648e4fd026e02c075dc31f66e00d3daebe370940239a1122b32bc4525f5 base-20240422.0.230757.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240423.0.230994/base-20240423.0.230994.tar.zst" && \
echo "ce9a3ced3fbf54b5ad445c43eea2dec7721d3b31c94a27a277ceb96b58e7aa3f base-20240423.0.230994.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240422.0.230757.tar.zst
tar -C /rootfs --extract --file base-20240423.0.230994.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="20240422.0.230757"
LABEL org.opencontainers.image.version="20240423.0.230994"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-22T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-04-23T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240422.0.230757' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240423.0.230994' /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/20240422.0.230757/base-devel-20240422.0.230757.tar.zst" && \
echo "906bd99c1e78fb74a2688dc8ad0061402e00a624aa4ff5d978c7b471defd9f94 base-devel-20240422.0.230757.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240423.0.230994/base-devel-20240423.0.230994.tar.zst" && \
echo "a8caa317198615b1fb27263f25aeedb83f36055f8f07da2675eaec9e4fc6fce3 base-devel-20240423.0.230994.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240422.0.230757.tar.zst
tar -C /rootfs --extract --file base-devel-20240423.0.230994.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="20240422.0.230757"
LABEL org.opencontainers.image.version="20240423.0.230994"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-22T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-04-23T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240422.0.230757' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240423.0.230994' /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/20240422.0.230757/multilib-devel-20240422.0.230757.tar.zst" && \
echo "99d77154aa459a2f670df8092d07948228383d98bdf16bb22dbd94edd65f67cc multilib-devel-20240422.0.230757.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240423.0.230994/multilib-devel-20240423.0.230994.tar.zst" && \
echo "cb6bb623359dc184d66f74cb6d1d9b0bb45cffa330245a7469d72a4b62c52d1e multilib-devel-20240423.0.230994.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240422.0.230757.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240423.0.230994.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="20240422.0.230757"
LABEL org.opencontainers.image.version="20240423.0.230994"
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
LABEL org.opencontainers.image.created="2024-04-22T09:07:29+00:00"
LABEL org.opencontainers.image.created="2024-04-23T09:07:21+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240422.0.230757' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240423.0.230994' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]