mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-14 13:51:00 +01:00
Release 20250320.0.324496
This commit is contained in:
parent
c90468137c
commit
5efaebd074
@ -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/20250319.0.324130/base-20250319.0.324130.tar.zst" && \
|
||||
echo "1c8b9c4572b453b87e42bd10905493d6d3b8b870781f7fc2bf1b1d95f0352482 base-20250319.0.324130.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250320.0.324496/base-20250320.0.324496.tar.zst" && \
|
||||
echo "0c5b9002bdcba8c61e357739a695be12d0a0a137748c7e9b637c6087dd4a1962 base-20250320.0.324496.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250319.0.324130.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250320.0.324496.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="20250319.0.324130"
|
||||
LABEL org.opencontainers.image.version="20250320.0.324496"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-19T09:07:27+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-20T09:07:47+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250319.0.324130' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250320.0.324496' /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/20250319.0.324130/base-devel-20250319.0.324130.tar.zst" && \
|
||||
echo "664c47ef1afed0cf8661728df257fb8d69629887dfd11ffa040a7d33a194cd62 base-devel-20250319.0.324130.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250320.0.324496/base-devel-20250320.0.324496.tar.zst" && \
|
||||
echo "ccffe76f4d526cd566b00f78c77d08b3c6f6e7cb3c86e3d3fc5f0b49f5749c65 base-devel-20250320.0.324496.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250319.0.324130.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250320.0.324496.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="20250319.0.324130"
|
||||
LABEL org.opencontainers.image.version="20250320.0.324496"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-19T09:07:27+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-20T09:07:47+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250319.0.324130' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250320.0.324496' /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/20250319.0.324130/multilib-devel-20250319.0.324130.tar.zst" && \
|
||||
echo "bf9957b20619da100941728926167171fcfa05d6e9a973329732e14585a1027e multilib-devel-20250319.0.324130.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250320.0.324496/multilib-devel-20250320.0.324496.tar.zst" && \
|
||||
echo "8484a8f08f288dff3fddfef4f066f0b1ac1e7a70a9e2e7b100367d8113a12399 multilib-devel-20250320.0.324496.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250319.0.324130.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250320.0.324496.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="20250319.0.324130"
|
||||
LABEL org.opencontainers.image.version="20250320.0.324496"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-03-19T09:07:27+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-03-20T09:07:47+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250319.0.324130' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250320.0.324496' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user