mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-14 22:00:59 +01:00
Release 20250413.0.335403
This commit is contained in:
parent
2ebfad10c5
commit
bc9f1450e7
@ -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/20250413.0.335299/base-20250413.0.335299.tar.zst" && \
|
||||
echo "ef9a8223b4c997853a4cd3f7b6f148f4385d229b8762358185f7f48f78c8d442 base-20250413.0.335299.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335403/base-20250413.0.335403.tar.zst" && \
|
||||
echo "d357f811fbf7ab60e81804281bbdd7f7b4082d2727fdc5b8afaf7d9bce101825 base-20250413.0.335403.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250413.0.335299.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250413.0.335403.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="20250413.0.335299"
|
||||
LABEL org.opencontainers.image.version="20250413.0.335403"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T09:07:25+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335403' /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/20250413.0.335299/base-devel-20250413.0.335299.tar.zst" && \
|
||||
echo "2813419d6c31f532df745549d3228182fee3b23935423742ef24e61655fe1cd4 base-devel-20250413.0.335299.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335403/base-devel-20250413.0.335403.tar.zst" && \
|
||||
echo "e7b6739902b4ce9b7a522b09c82b108fcbdd3b1dbb33efc7d14e365bf427bff8 base-devel-20250413.0.335403.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250413.0.335299.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250413.0.335403.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="20250413.0.335299"
|
||||
LABEL org.opencontainers.image.version="20250413.0.335403"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T09:07:25+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335403' /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/20250413.0.335299/multilib-devel-20250413.0.335299.tar.zst" && \
|
||||
echo "d6a91d832cafed78029af576d42024a660f11e048d51d7e638428bea3af7a331 multilib-devel-20250413.0.335299.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250413.0.335403/multilib-devel-20250413.0.335403.tar.zst" && \
|
||||
echo "19e0d2c3b46f0e803a2088e155979a9ceaff0a3dece32ded68f418356c4c42af multilib-devel-20250413.0.335403.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250413.0.335299.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250413.0.335403.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="20250413.0.335299"
|
||||
LABEL org.opencontainers.image.version="20250413.0.335403"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T09:07:25+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335403' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user