mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-14 22:00:59 +01:00
Release 20250427.0.342074
This commit is contained in:
parent
209e8524c7
commit
a9639b0034
@ -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/20250427.0.341977/base-20250427.0.341977.tar.zst" && \
|
||||
echo "c4f4d730dcc3c2d6c634c9186d410440d258bd0975f3eaffe631b9511be1dd57 base-20250427.0.341977.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250427.0.342074/base-20250427.0.342074.tar.zst" && \
|
||||
echo "f5b76e4c7e08e446fef5f542ade3019c0f117151853b39e3d5bad2991933899f base-20250427.0.342074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250427.0.341977.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250427.0.342074.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="20250427.0.341977"
|
||||
LABEL org.opencontainers.image.version="20250427.0.342074"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-27T00:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-27T09:07:10+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.342074' /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/20250427.0.341977/base-devel-20250427.0.341977.tar.zst" && \
|
||||
echo "caecb724c2c74ab275cbc01aee2ba1e5453b5b54a462df3b4bbbcfeae8430909 base-devel-20250427.0.341977.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250427.0.342074/base-devel-20250427.0.342074.tar.zst" && \
|
||||
echo "725f883f728d08d22499686c407ee7c4cbd68cbc8b8174fa5864cd9c18d90466 base-devel-20250427.0.342074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250427.0.341977.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250427.0.342074.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="20250427.0.341977"
|
||||
LABEL org.opencontainers.image.version="20250427.0.342074"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-27T00:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-27T09:07:10+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.342074' /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/20250427.0.341977/multilib-devel-20250427.0.341977.tar.zst" && \
|
||||
echo "9da88616eac61112a9ba7aa9a69455585d8ea139db3b41f3354da76590d5ff04 multilib-devel-20250427.0.341977.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250427.0.342074/multilib-devel-20250427.0.342074.tar.zst" && \
|
||||
echo "eca6304ea9c187f279069c8ec5cc8e72c590ab84aaa743e45b289a9faa651c1e multilib-devel-20250427.0.342074.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250427.0.341977.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250427.0.342074.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="20250427.0.341977"
|
||||
LABEL org.opencontainers.image.version="20250427.0.342074"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-27T00:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-27T09:07:10+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.341977' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250427.0.342074' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user