mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-14 22:00:59 +01:00
Release 20250420.0.338885
This commit is contained in:
parent
645668bdc8
commit
7a086c11a3
@ -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/20250420.0.338771/base-20250420.0.338771.tar.zst" && \
|
||||
echo "52a0b6b9c7666ad181bdf35f3bfc06eb3d52da4e145b3b8a3ae002c6edfb86aa base-20250420.0.338771.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250420.0.338885/base-20250420.0.338885.tar.zst" && \
|
||||
echo "8d073c22a93ad83af1b25a05b496a3f31dac1c100e4835d219bf5afa53378a98 base-20250420.0.338885.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250420.0.338771.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250420.0.338885.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="20250420.0.338771"
|
||||
LABEL org.opencontainers.image.version="20250420.0.338885"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-20T00:07:41+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-20T09:07:04+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250420.0.338771' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250420.0.338885' /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/20250420.0.338771/base-devel-20250420.0.338771.tar.zst" && \
|
||||
echo "71826817c64a8cbe1d0c4cca05fa7aa33aef7e265ea358935f5e9eee10bff923 base-devel-20250420.0.338771.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250420.0.338885/base-devel-20250420.0.338885.tar.zst" && \
|
||||
echo "155257be2479ffffafc63a312bdbdfeefe54d35862298e85588781adf2a31170 base-devel-20250420.0.338885.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250420.0.338771.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250420.0.338885.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="20250420.0.338771"
|
||||
LABEL org.opencontainers.image.version="20250420.0.338885"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-20T00:07:41+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-20T09:07:04+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250420.0.338771' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250420.0.338885' /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/20250420.0.338771/multilib-devel-20250420.0.338771.tar.zst" && \
|
||||
echo "bc0a81432cdcfed1671ce1941bbcfce6267ac3b3ebfcc08eed76e0ff5f857519 multilib-devel-20250420.0.338771.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250420.0.338885/multilib-devel-20250420.0.338885.tar.zst" && \
|
||||
echo "9185487af451007b6e1b13798bf172e38ce52fbf83c1785cda6146e02c6e3b65 multilib-devel-20250420.0.338885.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250420.0.338771.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250420.0.338885.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="20250420.0.338771"
|
||||
LABEL org.opencontainers.image.version="20250420.0.338885"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-20T00:07:41+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-20T09:07:04+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250420.0.338771' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250420.0.338885' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user