mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-18 07:41:10 +01:00
Release 20240724.0.249310
This commit is contained in:
parent
e272cfb1d4
commit
2f98bd033a
@ -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/20240723.0.248940/base-20240723.0.248940.tar.zst" && \
|
||||
echo "e2ca9592d8a58e1479161bd7cf05c0c07684a4f77bbe778afb7bba321329d1df base-20240723.0.248940.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240724.0.249310/base-20240724.0.249310.tar.zst" && \
|
||||
echo "c645040fcdf4dccd22b22ea8e6aca41670f7aead0c2dda8bd8b5912afbabd4d6 base-20240724.0.249310.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240723.0.248940.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240724.0.249310.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="20240723.0.248940"
|
||||
LABEL org.opencontainers.image.version="20240724.0.249310"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-23T09:07:37+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-24T09:07:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240723.0.248940' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240724.0.249310' /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/20240723.0.248940/base-devel-20240723.0.248940.tar.zst" && \
|
||||
echo "bd97a8f25b5f8ae49df6660b416c29be3e93753600cf05c3afa07575dbe7e91d base-devel-20240723.0.248940.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240724.0.249310/base-devel-20240724.0.249310.tar.zst" && \
|
||||
echo "85e1a8397c67c43b957d3b37cb432fadaaff6d1187133f9f862a8b8af752d8f0 base-devel-20240724.0.249310.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240723.0.248940.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240724.0.249310.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="20240723.0.248940"
|
||||
LABEL org.opencontainers.image.version="20240724.0.249310"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-23T09:07:37+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-24T09:07:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240723.0.248940' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240724.0.249310' /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/20240723.0.248940/multilib-devel-20240723.0.248940.tar.zst" && \
|
||||
echo "0791ab123cbd10451f8f3e87d9aa5e6e2463cabefb07ca327a126bab197e1592 multilib-devel-20240723.0.248940.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240724.0.249310/multilib-devel-20240724.0.249310.tar.zst" && \
|
||||
echo "09eedda8b8a16cf490ad8952f0266de8a8d0cd78aa94039f8e1f4544be157d31 multilib-devel-20240724.0.249310.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240723.0.248940.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240724.0.249310.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="20240723.0.248940"
|
||||
LABEL org.opencontainers.image.version="20240724.0.249310"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-07-23T09:07:38+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-07-24T09:07:49+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240723.0.248940' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240724.0.249310' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user