mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-15 06:11:01 +01:00
Release 20250413.0.335299
This commit is contained in:
parent
b5a54be193
commit
2ebfad10c5
@ -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/20250412.0.335108/base-20250412.0.335108.tar.zst" && \
|
||||
echo "5b578b01e2436d4bef4194580c2545092a131596dd3b908aa7d21c6a1ccced94 base-20250412.0.335108.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250412.0.335108.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250413.0.335299.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="20250412.0.335108"
|
||||
LABEL org.opencontainers.image.version="20250413.0.335299"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-12T09:07:35+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250412.0.335108' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /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/20250412.0.335108/base-devel-20250412.0.335108.tar.zst" && \
|
||||
echo "a5d3931d37d3baeec3a13a6483c675a1f75069adbc0bc2e2d690ae471aee3d00 base-devel-20250412.0.335108.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250412.0.335108.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250413.0.335299.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="20250412.0.335108"
|
||||
LABEL org.opencontainers.image.version="20250413.0.335299"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-12T09:07:35+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250412.0.335108' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /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/20250412.0.335108/multilib-devel-20250412.0.335108.tar.zst" && \
|
||||
echo "0fc539bdd0a27e89fa4fbd6c1234ff7ef4dbd59109b25a497c64db65aae1c3b7 multilib-devel-20250412.0.335108.tar.zst" > /tmp/sha256sums.txt && \
|
||||
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 && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250412.0.335108.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250413.0.335299.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="20250412.0.335108"
|
||||
LABEL org.opencontainers.image.version="20250413.0.335299"
|
||||
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
|
||||
LABEL org.opencontainers.image.created="2025-04-12T09:07:35+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-04-13T00:07:50+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250412.0.335108' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250413.0.335299' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user