mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 22:06:16 +02:00
Release 20260403.0.510664
This commit is contained in:
parent
61b166355b
commit
110f52d615
@ -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/20260402.0.510266/base-20260402.0.510266.tar.zst" && \
|
||||
echo "3ae332d01a8036f44a65aab8c2f0e9fd630608e2b84e7b1b4023fced5b9f3de5 base-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260403.0.510664/base-20260403.0.510664.tar.zst" && \
|
||||
echo "1f07367dae8bcbe08363ac73c0f075317833483bce7ca22e0ea97e049e52d57a base-20260403.0.510664.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20260402.0.510266.tar.zst
|
||||
tar -C /rootfs --extract --file base-20260403.0.510664.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="20260402.0.510266"
|
||||
LABEL org.opencontainers.image.version="20260403.0.510664"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-04-03T09:06:42+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260403.0.510664' /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/20260402.0.510266/base-devel-20260402.0.510266.tar.zst" && \
|
||||
echo "44ee5dadbbb4f3a184ff35bcc9e68c8e73b2c0ea30cacf7a4e50c833ba81de6f base-devel-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260403.0.510664/base-devel-20260403.0.510664.tar.zst" && \
|
||||
echo "57f3bebf2dbfd4e70c641d5d27406bbc08390a96a8536ada711ee075d0697c17 base-devel-20260403.0.510664.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20260402.0.510266.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20260403.0.510664.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="20260402.0.510266"
|
||||
LABEL org.opencontainers.image.version="20260403.0.510664"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-04-03T09:06:42+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260403.0.510664' /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/20260402.0.510266/multilib-devel-20260402.0.510266.tar.zst" && \
|
||||
echo "4a1f3762b1a088b61a0f90b4e9cc7d23ee3880aff0e74f6535bdb67da5b95e7a multilib-devel-20260402.0.510266.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20260403.0.510664/multilib-devel-20260403.0.510664.tar.zst" && \
|
||||
echo "09acdcfe3cc52f77f992e940a30be892db10473fd8e809b493b06af1e95d1970 multilib-devel-20260403.0.510664.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20260402.0.510266.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20260403.0.510664.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="20260402.0.510266"
|
||||
LABEL org.opencontainers.image.version="20260403.0.510664"
|
||||
LABEL org.opencontainers.image.revision="0d7c4c0017584f9bcb495105cc412d6575f04564"
|
||||
LABEL org.opencontainers.image.created="2026-04-02T09:06:45+00:00"
|
||||
LABEL org.opencontainers.image.created="2026-04-03T09:06:42+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260402.0.510266' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20260403.0.510664' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user