mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-12-26 04:21:06 +01:00
Release 20250929.0.427569
This commit is contained in:
parent
c397205741
commit
e7e9c998f4
@ -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/20250928.0.427023/base-20250928.0.427023.tar.zst" && \
|
||||
echo "7a5cfd4e54912a7251ca3cd2429b3dae3f64e6e40630493b157decca403aae86 base-20250928.0.427023.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250929.0.427569/base-20250929.0.427569.tar.zst" && \
|
||||
echo "50054d5021b05b5b8b2fb6b8e62d04b1585108dc34be2a2f39ca7e1a77e33589 base-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250928.0.427023.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250929.0.427569.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="20250928.0.427023"
|
||||
LABEL org.opencontainers.image.version="20250929.0.427569"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-09-28T09:06:50+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250928.0.427023' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /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/20250928.0.427023/base-devel-20250928.0.427023.tar.zst" && \
|
||||
echo "324033a003a63f6426130639553fee86c144de346bdcab2765eebdaf9f8a8746 base-devel-20250928.0.427023.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250929.0.427569/base-devel-20250929.0.427569.tar.zst" && \
|
||||
echo "d5d4bba27243d7d5901208c2a2cf96fb5d7b45c0384dba38a9ef2f29385cf1df base-devel-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250928.0.427023.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250929.0.427569.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="20250928.0.427023"
|
||||
LABEL org.opencontainers.image.version="20250929.0.427569"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-09-28T09:06:50+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250928.0.427023' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /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/20250928.0.427023/multilib-devel-20250928.0.427023.tar.zst" && \
|
||||
echo "1436d51fa57edc0d2e3f0486e3f692106fbfe878b184f06171e02f93753d2e0a multilib-devel-20250928.0.427023.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250929.0.427569/multilib-devel-20250929.0.427569.tar.zst" && \
|
||||
echo "59c014f44e993864d99fb9c46aed8a616a49fc9286671dd18f25ccd5525880ed multilib-devel-20250929.0.427569.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250928.0.427023.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250929.0.427569.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="20250928.0.427023"
|
||||
LABEL org.opencontainers.image.version="20250929.0.427569"
|
||||
LABEL org.opencontainers.image.revision="744b1c5c6a7f999c9a8b3daa5897c922e86563ee"
|
||||
LABEL org.opencontainers.image.created="2025-09-28T09:06:50+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-09-29T09:06:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250928.0.427023' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250929.0.427569' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user