Release 20231130.0.196064

This commit is contained in:
Arch Linux Docker release bot 2023-11-30 09:07:17 +00:00
parent 9e25297b98
commit 0af895bb85
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ FROM alpine:3.18 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231129.0.195763/base-20231129.0.195763.tar.zst" && \
echo "5581a55af64c18698b14e008c736e539f61834bddfa96bc767f55c2407375cdf base-20231129.0.195763.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231130.0.196064/base-20231130.0.196064.tar.zst" && \
echo "3dfea2f6f680137db8fd6e0c39f2e042e1b8e9df56f5cc23c546b268fd694fa6 base-20231130.0.196064.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20231129.0.195763.tar.zst
tar -C /rootfs --extract --file base-20231130.0.196064.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="20231129.0.195763"
LABEL org.opencontainers.image.version="20231130.0.196064"
LABEL org.opencontainers.image.revision="337a19c996695f92aac17e2002b534dee732ab0a"
LABEL org.opencontainers.image.created="2023-11-29T09:07:50+00:00"
LABEL org.opencontainers.image.created="2023-11-30T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20231129.0.195763' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20231130.0.196064' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.18 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231129.0.195763/base-devel-20231129.0.195763.tar.zst" && \
echo "a0f0c1501563110d41ee89aa35efa7d224449628125a93adbae74c9d7b544b6d base-devel-20231129.0.195763.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231130.0.196064/base-devel-20231130.0.196064.tar.zst" && \
echo "1d11368d206308a40bf92d031bc7f8715e521332b635de37917ce2cf586650d3 base-devel-20231130.0.196064.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20231129.0.195763.tar.zst
tar -C /rootfs --extract --file base-devel-20231130.0.196064.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="20231129.0.195763"
LABEL org.opencontainers.image.version="20231130.0.196064"
LABEL org.opencontainers.image.revision="337a19c996695f92aac17e2002b534dee732ab0a"
LABEL org.opencontainers.image.created="2023-11-29T09:07:50+00:00"
LABEL org.opencontainers.image.created="2023-11-30T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20231129.0.195763' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20231130.0.196064' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ FROM alpine:3.18 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231129.0.195763/multilib-devel-20231129.0.195763.tar.zst" && \
echo "37d752d799a3592aa015302340e08b4cc6e69896fceb73616d0c219c47bddc1a multilib-devel-20231129.0.195763.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20231130.0.196064/multilib-devel-20231130.0.196064.tar.zst" && \
echo "56b6489242334e5caf09826084c376c91b6298f220bfff962b9c52ea295f906d multilib-devel-20231130.0.196064.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20231129.0.195763.tar.zst
tar -C /rootfs --extract --file multilib-devel-20231130.0.196064.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="20231129.0.195763"
LABEL org.opencontainers.image.version="20231130.0.196064"
LABEL org.opencontainers.image.revision="337a19c996695f92aac17e2002b534dee732ab0a"
LABEL org.opencontainers.image.created="2023-11-29T09:07:50+00:00"
LABEL org.opencontainers.image.created="2023-11-30T09:07:17+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20231129.0.195763' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20231130.0.196064' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]