mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-14 13:51:00 +01:00
Release 20250307.0.318331
This commit is contained in:
parent
a329247977
commit
24eb89c936
@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250305.0.317342/base-20250305.0.317342.tar.zst" && \
|
||||
echo "bfc5e4f8dc18f3ffacc12fd35ee4a4b2e10c2698527b263c6cf54c7a3814fa57 base-20250305.0.317342.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250307.0.318331/base-20250307.0.318331.tar.zst" && \
|
||||
echo "d7575e31421197225011ee9323f8561c201b8fcd4ce80f4eda7c4132dd2d5de0 base-20250307.0.318331.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250305.0.317342.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250307.0.318331.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="20250305.0.317342"
|
||||
LABEL org.opencontainers.image.version="20250307.0.318331"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-05T09:07:14+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-07T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250305.0.317342' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250307.0.318331' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250305.0.317342/base-devel-20250305.0.317342.tar.zst" && \
|
||||
echo "9d83f61739383ff38541370ea7a76a3535460c4e3ee0f35d8e7894a11168a862 base-devel-20250305.0.317342.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250307.0.318331/base-devel-20250307.0.318331.tar.zst" && \
|
||||
echo "e622aa70facfde0b162ba51e7a20a8452aedbc125f612089b28f4ad5eab29d21 base-devel-20250307.0.318331.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250305.0.317342.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250307.0.318331.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="20250305.0.317342"
|
||||
LABEL org.opencontainers.image.version="20250307.0.318331"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-05T09:07:14+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-07T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250305.0.317342' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250307.0.318331' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.21 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250305.0.317342/multilib-devel-20250305.0.317342.tar.zst" && \
|
||||
echo "2ab14efc5e2e363baa650b490b8e7892e6657dd50c2935a7593b2a160abf710b multilib-devel-20250305.0.317342.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250307.0.318331/multilib-devel-20250307.0.318331.tar.zst" && \
|
||||
echo "1d690187e3bdc368e2bbfe07de9b3f1344e1d17781bd23c9ff075c2e12e5de6d multilib-devel-20250307.0.318331.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250305.0.317342.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250307.0.318331.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="20250305.0.317342"
|
||||
LABEL org.opencontainers.image.version="20250307.0.318331"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-05T09:07:14+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-07T09:07:30+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250305.0.317342' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250307.0.318331' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user