mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 22:06:16 +02:00
Release 20260402.0.510266
This commit is contained in:
parent
d9e74fd675
commit
61b166355b
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260401.0.509693/base-20260401.0.509693.tar.zst" && \
|
||||
echo "84f82a49cc777d097c0f6c1e468010f9786ebce1fc1a83ea19a852b1fe9594c9 base-20260401.0.509693.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260402.0.510266/base-20260402.0.510266.tar.zst" && \
|
||||
echo "3ae332d01a8036f44a65aab8c2f0e9fd630608e2b84e7b1b4023fced5b9f3de5 base-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260401.0.509693.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260402.0.510266.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="20260401.0.509693"
|
||||
LABEL org.opencontainers.image.version="20260402.0.510266"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-04-01T09:06:33+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260401.0.509693' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260401.0.509693/base-devel-20260401.0.509693.tar.zst" && \
|
||||
echo "7688d01857fd8dd8e8a3a71c7220c0df50d21e71c72d228195655f49df66e5e4 base-devel-20260401.0.509693.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260402.0.510266/base-devel-20260402.0.510266.tar.zst" && \
|
||||
echo "44ee5dadbbb4f3a184ff35bcc9e68c8e73b2c0ea30cacf7a4e50c833ba81de6f base-devel-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260401.0.509693.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260402.0.510266.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="20260401.0.509693"
|
||||
LABEL org.opencontainers.image.version="20260402.0.510266"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-04-01T09:06:33+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260401.0.509693' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.23 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260401.0.509693/multilib-devel-20260401.0.509693.tar.zst" && \
|
||||
echo "91c281e59f9975c1076d75b4eb7bd7dac1bc6d95f28838e4caa59701a2656814 multilib-devel-20260401.0.509693.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260402.0.510266/multilib-devel-20260402.0.510266.tar.zst" && \
|
||||
echo "4a1f3762b1a088b61a0f90b4e9cc7d23ee3880aff0e74f6535bdb67da5b95e7a multilib-devel-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260401.0.509693.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260402.0.510266.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="20260401.0.509693"
|
||||
LABEL org.opencontainers.image.version="20260402.0.510266"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-04-01T09:06:33+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260401.0.509693' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user