mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-12-26 04:21:06 +01:00
Release 20251018.0.436794
This commit is contained in:
parent
6c548eaff9
commit
1148e50fea
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/base-20251017.0.436376.tar.zst" && \
|
||||
echo "1eb49b9a1b1c57c171d45f9da20f8399850587da8fd3be6d13971beeb4802caf base-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/base-20251018.0.436794.tar.zst" && \
|
||||
echo "0d8d6380d6a9f0e181e403805d02bd20b3e6986b36a8c8796d48fa2dae4b3d87 base-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20251017.0.436376.tar.zst
|
||||
tar -C /rootfs --extract --file base-20251018.0.436794.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="20251017.0.436376"
|
||||
LABEL org.opencontainers.image.version="20251018.0.436794"
|
||||
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
|
||||
LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/base-devel-20251017.0.436376.tar.zst" && \
|
||||
echo "50edf91ab4e7bd734277a4c7088e306f525d25b9569bf658f80504051f15ebf1 base-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/base-devel-20251018.0.436794.tar.zst" && \
|
||||
echo "13280ea397ddcf8661db3c552af9a4c7f81e90539ee829249c7ba4a97d1afcef base-devel-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20251017.0.436376.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20251018.0.436794.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="20251017.0.436376"
|
||||
LABEL org.opencontainers.image.version="20251018.0.436794"
|
||||
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
|
||||
LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.22 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251017.0.436376/multilib-devel-20251017.0.436376.tar.zst" && \
|
||||
echo "5168a578ef86cfe211aa34ce9f4572413d7c74b2fa711b8efc47013dc7929279 multilib-devel-20251017.0.436376.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20251018.0.436794/multilib-devel-20251018.0.436794.tar.zst" && \
|
||||
echo "a72ba466637f1b0b375f8e31706fea5e53fcc2fa86594a0bc8090561d817646c multilib-devel-20251018.0.436794.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20251017.0.436376.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20251018.0.436794.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="20251017.0.436376"
|
||||
LABEL org.opencontainers.image.version="20251018.0.436794"
|
||||
LABEL org.opencontainers.image.revision="2ae497c16d7647c505b1cb39e19659d26193a5a0"
|
||||
LABEL org.opencontainers.image.created="2025-10-17T09:06:51+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-10-18T09:07:01+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20251017.0.436376' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20251018.0.436794' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user