mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-14 13:51:00 +01:00
Release 20250326.0.327110
This commit is contained in:
parent
2676b9d09e
commit
1def04b65a
@ -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/20250325.0.326234/base-20250325.0.326234.tar.zst" && \
|
||||
echo "c1bc2a48f23054443ff56d84c0cc7ea0195c098f6c1eb90c554d5b736c59cda0 base-20250325.0.326234.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250326.0.327110/base-20250326.0.327110.tar.zst" && \
|
||||
echo "523bec6f494b70ad934c648e8ef0d8b6aef69b5c1c44213779dbd19a22eb3595 base-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250325.0.326234.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250326.0.327110.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="20250325.0.326234"
|
||||
LABEL org.opencontainers.image.version="20250326.0.327110"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-25T09:07:10+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250325.0.326234' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /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/20250325.0.326234/base-devel-20250325.0.326234.tar.zst" && \
|
||||
echo "c1b911ccae967c0318d6f383b7b8e8a1c883fa1292c1aa9cc914d00865b03ecb base-devel-20250325.0.326234.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250326.0.327110/base-devel-20250326.0.327110.tar.zst" && \
|
||||
echo "f03be3db12d62896ef29a138dc40f0a56b2e221772b62f7678942801765c2c46 base-devel-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250325.0.326234.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250326.0.327110.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="20250325.0.326234"
|
||||
LABEL org.opencontainers.image.version="20250326.0.327110"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-25T09:07:10+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250325.0.326234' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /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/20250325.0.326234/multilib-devel-20250325.0.326234.tar.zst" && \
|
||||
echo "740181a4c11a7587827b8e59c3bd633b9961751d474f3999b71aebb91e11328b multilib-devel-20250325.0.326234.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250326.0.327110/multilib-devel-20250326.0.327110.tar.zst" && \
|
||||
echo "877614dd5a9765ff4afc7a1baadf4cf4d581c4d5c2aa0aade53b23db020fe08d multilib-devel-20250326.0.327110.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250325.0.326234.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250326.0.327110.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="20250325.0.326234"
|
||||
LABEL org.opencontainers.image.version="20250326.0.327110"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-25T09:07:10+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-26T09:08:19+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250325.0.326234' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250326.0.327110' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user