mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-06 14:17:18 +02:00
Release 20250618.0.368518
This commit is contained in:
parent
0b136c160c
commit
ac8b490cd6
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
|||||||
|
|
||||||
RUN apk add --no-cache curl tar zstd
|
RUN apk add --no-cache curl tar zstd
|
||||||
|
|
||||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250617.0.367521/base-20250617.0.367521.tar.zst" && \
|
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250618.0.368518/base-20250618.0.368518.tar.zst" && \
|
||||||
echo "20d73edcdb7e884160c4cfd3350e9bafcb0f8aa3382b3096fd8fba38bd8b6bf7 base-20250617.0.367521.tar.zst" > /tmp/sha256sums.txt && \
|
echo "f9d76aedea5e0be6b00acd8af06df4ad944272c5109cf9ef9488a3b70fab52a4 base-20250618.0.368518.tar.zst" > /tmp/sha256sums.txt && \
|
||||||
sha256sum -c /tmp/sha256sums.txt && \
|
sha256sum -c /tmp/sha256sums.txt && \
|
||||||
mkdir /rootfs && \
|
mkdir /rootfs && \
|
||||||
tar -C /rootfs --extract --file base-20250617.0.367521.tar.zst
|
tar -C /rootfs --extract --file base-20250618.0.368518.tar.zst
|
||||||
|
|
||||||
FROM scratch AS root
|
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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
|
||||||
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
||||||
LABEL org.opencontainers.image.version="20250617.0.367521"
|
LABEL org.opencontainers.image.version="20250618.0.368518"
|
||||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||||
LABEL org.opencontainers.image.created="2025-06-17T09:07:11+00:00"
|
LABEL org.opencontainers.image.created="2025-06-18T09:07:18+00:00"
|
||||||
|
|
||||||
COPY --from=verify /rootfs/ /
|
COPY --from=verify /rootfs/ /
|
||||||
|
|
||||||
RUN ldconfig && \
|
RUN ldconfig && \
|
||||||
sed -i '/BUILD_ID/a VERSION_ID=20250617.0.367521' /etc/os-release
|
sed -i '/BUILD_ID/a VERSION_ID=20250618.0.368518' /etc/os-release
|
||||||
|
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
CMD ["/usr/bin/bash"]
|
CMD ["/usr/bin/bash"]
|
||||||
|
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
|||||||
|
|
||||||
RUN apk add --no-cache curl tar zstd
|
RUN apk add --no-cache curl tar zstd
|
||||||
|
|
||||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250617.0.367521/base-devel-20250617.0.367521.tar.zst" && \
|
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250618.0.368518/base-devel-20250618.0.368518.tar.zst" && \
|
||||||
echo "444fcb3bbb3f4e5dcd4a1dcb6607e4f0dda7cda7bce660c9048593b0e86b277c base-devel-20250617.0.367521.tar.zst" > /tmp/sha256sums.txt && \
|
echo "16158fed933f8a8fd739fdd27c35e64cf37e3397b027d2e873062594fde317d6 base-devel-20250618.0.368518.tar.zst" > /tmp/sha256sums.txt && \
|
||||||
sha256sum -c /tmp/sha256sums.txt && \
|
sha256sum -c /tmp/sha256sums.txt && \
|
||||||
mkdir /rootfs && \
|
mkdir /rootfs && \
|
||||||
tar -C /rootfs --extract --file base-devel-20250617.0.367521.tar.zst
|
tar -C /rootfs --extract --file base-devel-20250618.0.368518.tar.zst
|
||||||
|
|
||||||
FROM scratch AS root
|
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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
|
||||||
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
||||||
LABEL org.opencontainers.image.version="20250617.0.367521"
|
LABEL org.opencontainers.image.version="20250618.0.368518"
|
||||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||||
LABEL org.opencontainers.image.created="2025-06-17T09:07:11+00:00"
|
LABEL org.opencontainers.image.created="2025-06-18T09:07:18+00:00"
|
||||||
|
|
||||||
COPY --from=verify /rootfs/ /
|
COPY --from=verify /rootfs/ /
|
||||||
|
|
||||||
RUN ldconfig && \
|
RUN ldconfig && \
|
||||||
sed -i '/BUILD_ID/a VERSION_ID=20250617.0.367521' /etc/os-release
|
sed -i '/BUILD_ID/a VERSION_ID=20250618.0.368518' /etc/os-release
|
||||||
|
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
CMD ["/usr/bin/bash"]
|
CMD ["/usr/bin/bash"]
|
||||||
|
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
|||||||
|
|
||||||
RUN apk add --no-cache curl tar zstd
|
RUN apk add --no-cache curl tar zstd
|
||||||
|
|
||||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250617.0.367521/multilib-devel-20250617.0.367521.tar.zst" && \
|
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250618.0.368518/multilib-devel-20250618.0.368518.tar.zst" && \
|
||||||
echo "ec378bf6ca723ab5ffa8039d4fd8636589e0f604b84d76b2cdd31a2863508f24 multilib-devel-20250617.0.367521.tar.zst" > /tmp/sha256sums.txt && \
|
echo "997e5b04ec3ddb07fa989e9ce1b39e5b2ff1a5e5a45e9f4b32f66c5055f433b6 multilib-devel-20250618.0.368518.tar.zst" > /tmp/sha256sums.txt && \
|
||||||
sha256sum -c /tmp/sha256sums.txt && \
|
sha256sum -c /tmp/sha256sums.txt && \
|
||||||
mkdir /rootfs && \
|
mkdir /rootfs && \
|
||||||
tar -C /rootfs --extract --file multilib-devel-20250617.0.367521.tar.zst
|
tar -C /rootfs --extract --file multilib-devel-20250618.0.368518.tar.zst
|
||||||
|
|
||||||
FROM scratch AS root
|
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.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.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
|
||||||
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
|
||||||
LABEL org.opencontainers.image.version="20250617.0.367521"
|
LABEL org.opencontainers.image.version="20250618.0.368518"
|
||||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||||
LABEL org.opencontainers.image.created="2025-06-17T09:07:11+00:00"
|
LABEL org.opencontainers.image.created="2025-06-18T09:07:18+00:00"
|
||||||
|
|
||||||
COPY --from=verify /rootfs/ /
|
COPY --from=verify /rootfs/ /
|
||||||
|
|
||||||
RUN ldconfig && \
|
RUN ldconfig && \
|
||||||
sed -i '/BUILD_ID/a VERSION_ID=20250617.0.367521' /etc/os-release
|
sed -i '/BUILD_ID/a VERSION_ID=20250618.0.368518' /etc/os-release
|
||||||
|
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
CMD ["/usr/bin/bash"]
|
CMD ["/usr/bin/bash"]
|
||||||
|
Loading…
Reference in New Issue
Block a user