mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-15 22:31:21 +01:00
Release 20250104.0.294874
This commit is contained in:
parent
3dbabcbfa6
commit
dda2fdd953
@ -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/20250103.0.294654/base-20250103.0.294654.tar.zst" && \
|
||||
echo "09fda7c0a25a5bf7a3a7d86eda9c14722d69f29e53f4cbdcfe5e632eda57b232 base-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250104.0.294874/base-20250104.0.294874.tar.zst" && \
|
||||
echo "9a6a9a83c25d20f2f07850c0f28667725c35f83fa7c7f7edd2187a99138ebde7 base-20250104.0.294874.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20250103.0.294654.tar.zst
|
||||
tar -C /rootfs --extract --file base-20250104.0.294874.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="20250103.0.294654"
|
||||
LABEL org.opencontainers.image.version="20250104.0.294874"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-01-04T09:07:48+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250104.0.294874' /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/20250103.0.294654/base-devel-20250103.0.294654.tar.zst" && \
|
||||
echo "f606866c29d6a70626dadf71d3b406064b83da2c1b320b77c544bb46a3a29581 base-devel-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250104.0.294874/base-devel-20250104.0.294874.tar.zst" && \
|
||||
echo "6a0f8118882bf2e7fbd6c8eb0412eb7f813279c1545727b8c8df74b0d7919c71 base-devel-20250104.0.294874.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20250103.0.294654.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20250104.0.294874.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="20250103.0.294654"
|
||||
LABEL org.opencontainers.image.version="20250104.0.294874"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-01-04T09:07:48+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250104.0.294874' /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/20250103.0.294654/multilib-devel-20250103.0.294654.tar.zst" && \
|
||||
echo "89ed7257bbcd896815df15c37f3cfd687cb8d0cb253bd2ba450749e32b73ae72 multilib-devel-20250103.0.294654.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250104.0.294874/multilib-devel-20250104.0.294874.tar.zst" && \
|
||||
echo "b4a22bc0a82333360ccf6be5e9b5abff3d4c7d8fca39284aa4b102fd25efaae6 multilib-devel-20250104.0.294874.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20250103.0.294654.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20250104.0.294874.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="20250103.0.294654"
|
||||
LABEL org.opencontainers.image.version="20250104.0.294874"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2025-01-03T09:07:36+00:00"
|
||||
LABEL org.opencontainers.image.created="2025-01-04T09:07:48+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250103.0.294654' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20250104.0.294874' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user