mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-16 06:40:59 +01:00
Release 20241219.0.290487
This commit is contained in:
parent
a763366a3d
commit
1ecf3dcd31
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/base-20241218.0.290242.tar.zst" && \
|
||||
echo "a5971f4978db0dc6837c3a2569cace80328c2349e420626b8dc13f561327d47a base-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241219.0.290487/base-20241219.0.290487.tar.zst" && \
|
||||
echo "9db1d8e1d51a9a7b30f92f7aa72acd1fa004c9089303844e54a9d2a09b6bd28d base-20241219.0.290487.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20241218.0.290242.tar.zst
|
||||
tar -C /rootfs --extract --file base-20241219.0.290487.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="20241218.0.290242"
|
||||
LABEL org.opencontainers.image.version="20241219.0.290487"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-12-19T09:07:21+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241219.0.290487' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/base-devel-20241218.0.290242.tar.zst" && \
|
||||
echo "357619f5c1573b385c37fc48d2082f5f805d4597d953014a9c2fb5d6833fcfca base-devel-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241219.0.290487/base-devel-20241219.0.290487.tar.zst" && \
|
||||
echo "4a2f2a2706e2a88cd20919f2626750407830196549514bce0f8e358e8332b79f base-devel-20241219.0.290487.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20241218.0.290242.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20241219.0.290487.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="20241218.0.290242"
|
||||
LABEL org.opencontainers.image.version="20241219.0.290487"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-12-19T09:07:21+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241219.0.290487' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
@ -14,11 +14,11 @@ FROM alpine:3.19 AS verify
|
||||
|
||||
RUN apk add --no-cache curl tar zstd
|
||||
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241218.0.290242/multilib-devel-20241218.0.290242.tar.zst" && \
|
||||
echo "499d2c84dd5808f4b3d965fe0d5afe052234a540c1e78eaae934be25f0c741f5 multilib-devel-20241218.0.290242.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241219.0.290487/multilib-devel-20241219.0.290487.tar.zst" && \
|
||||
echo "26911e017c4587b63c4d959488a4d1d7066574da65eb77daa1e19268dfe46675 multilib-devel-20241219.0.290487.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20241218.0.290242.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20241219.0.290487.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="20241218.0.290242"
|
||||
LABEL org.opencontainers.image.version="20241219.0.290487"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-12-18T09:07:31+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-12-19T09:07:21+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241218.0.290242' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20241219.0.290487' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user