mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-01-09 11:21:44 +01:00
Release 20250914.0.420965
This commit is contained in:
parent
c2ce6ada2f
commit
bdc645924f
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420821/base-20250914.0.420821.tar.zst" && \
|
||||
echo "865bf459f2bb8b3df3e9a54565e20a58536b476747533b502581e0d0ff77087b base-20250914.0.420821.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420965/base-20250914.0.420965.tar.zst" && \
|
||||
echo "3fdf6cda91b349a619cfe5a8eb1aabc72af73d0829fc04850d4f079cce58d961 base-20250914.0.420965.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250914.0.420821.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250914.0.420965.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="20250914.0.420821"
|
||||
LABEL org.opencontainers.image.version="20250914.0.420965"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-09-14T00:07:14+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-09-14T09:06:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420821' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420965' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420821/base-devel-20250914.0.420821.tar.zst" && \
|
||||
echo "eb47f8e2ff67d18e942ccf8d5c9fd9366f9cb5cc80ced026b37cff0e917ca417 base-devel-20250914.0.420821.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420965/base-devel-20250914.0.420965.tar.zst" && \
|
||||
echo "92f9619f64601e10496cfcd3c27549bb71b8fc17c1698c24df411226ca78f763 base-devel-20250914.0.420965.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250914.0.420821.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250914.0.420965.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="20250914.0.420821"
|
||||
LABEL org.opencontainers.image.version="20250914.0.420965"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-09-14T00:07:14+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-09-14T09:06:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420821' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420965' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420821/multilib-devel-20250914.0.420821.tar.zst" && \
|
||||
echo "24a275c5567975ffda83336971557b3a2501028d2a6bae2f6b3af6c2256f0d54 multilib-devel-20250914.0.420821.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250914.0.420965/multilib-devel-20250914.0.420965.tar.zst" && \
|
||||
echo "9cc381e79b55e640bbc49a45866d426158d356db44455d009b6d4aa27648980e multilib-devel-20250914.0.420965.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250914.0.420821.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250914.0.420965.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="20250914.0.420821"
|
||||
LABEL org.opencontainers.image.version="20250914.0.420965"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-09-14T00:07:14+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-09-14T09:06:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420821' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250914.0.420965' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user