mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-15 06:11:01 +01:00
Release 20250203.0.304689
This commit is contained in:
parent
adb9ed8214
commit
dded3f9f3a
@ -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/20250202.0.304518/base-20250202.0.304518.tar.zst" && \
|
||||
echo "aa8c64ff66e65b2369ae9dbb31a7c6f2e10b26dd8a31afe6ba59754fe4c23ca4 base-20250202.0.304518.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250203.0.304689/base-20250203.0.304689.tar.zst" && \
|
||||
echo "d4c52168742953b4ac12f1dc18d535b2394583c6e08d05955e3c41ccc6d86d5e base-20250203.0.304689.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250202.0.304518.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250203.0.304689.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="20250202.0.304518"
|
||||
LABEL org.opencontainers.image.version="20250203.0.304689"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-02-02T09:07:25+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-02-03T09:07:23+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250202.0.304518' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250203.0.304689' /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/20250202.0.304518/base-devel-20250202.0.304518.tar.zst" && \
|
||||
echo "d86b09b7eb5b259093744ec1ae2579b931038a9a1999e5ffb21bbd3436ae237b base-devel-20250202.0.304518.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250203.0.304689/base-devel-20250203.0.304689.tar.zst" && \
|
||||
echo "8cf8df218c9499fd2f2d2d14032c9515f2b86ae871b2bc48ae5b9c509744362a base-devel-20250203.0.304689.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250202.0.304518.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250203.0.304689.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="20250202.0.304518"
|
||||
LABEL org.opencontainers.image.version="20250203.0.304689"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-02-02T09:07:25+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-02-03T09:07:23+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250202.0.304518' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250203.0.304689' /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/20250202.0.304518/multilib-devel-20250202.0.304518.tar.zst" && \
|
||||
echo "b6baa9c34c48aae71a5a9609dbe558a53b303795c178b56c1f8519d6854f230c multilib-devel-20250202.0.304518.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250203.0.304689/multilib-devel-20250203.0.304689.tar.zst" && \
|
||||
echo "a8dffb2b9e8c06a34dd226af0ce17422d9bb20d72102d64a7be3f967e1162c27 multilib-devel-20250203.0.304689.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250202.0.304518.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250203.0.304689.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="20250202.0.304518"
|
||||
LABEL org.opencontainers.image.version="20250203.0.304689"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-02-02T09:07:25+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-02-03T09:07:23+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250202.0.304518' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250203.0.304689' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user