mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-19 00:01:17 +01:00
Release 20240516.0.236432
This commit is contained in:
parent
09e67f8f25
commit
aecc56d30c
@ -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/20240515.0.236228/base-20240515.0.236228.tar.zst" && \
|
||||
echo "8b4348d22782ec87ae0359b0b3046dc6ea1064aa930bf488b0ace7b2efd6c318 base-20240515.0.236228.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240516.0.236432/base-20240516.0.236432.tar.zst" && \
|
||||
echo "86c726f73d0a31e402d7b89e88691a25bfc8c0b7fdeadcf4da8bae21abcee4fc base-20240516.0.236432.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240515.0.236228.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240516.0.236432.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="20240515.0.236228"
|
||||
LABEL org.opencontainers.image.version="20240516.0.236432"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-05-15T09:07:20+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-05-16T09:07:24+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240515.0.236228' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240516.0.236432' /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/20240515.0.236228/base-devel-20240515.0.236228.tar.zst" && \
|
||||
echo "ddd473ab1be3a6b5b4ce9807dbcaae57bca727f40e64c86c4b3becec59236005 base-devel-20240515.0.236228.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240516.0.236432/base-devel-20240516.0.236432.tar.zst" && \
|
||||
echo "9437e434ae30b4e9029bd4661b3e9ba6b19e8d1299d0ee552d5ad1819a7b511e base-devel-20240516.0.236432.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240515.0.236228.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240516.0.236432.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="20240515.0.236228"
|
||||
LABEL org.opencontainers.image.version="20240516.0.236432"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-05-15T09:07:20+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-05-16T09:07:24+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240515.0.236228' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240516.0.236432' /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/20240515.0.236228/multilib-devel-20240515.0.236228.tar.zst" && \
|
||||
echo "b458caf0494b27444aa092bfa619dda761805a2cc2a1083e619e56913e918251 multilib-devel-20240515.0.236228.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240516.0.236432/multilib-devel-20240516.0.236432.tar.zst" && \
|
||||
echo "88d2fd20b3baf8bd7deaff85eca70f97933ddada8b1fabf6b5b81a35a45b5dc3 multilib-devel-20240516.0.236432.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240515.0.236228.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240516.0.236432.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="20240515.0.236228"
|
||||
LABEL org.opencontainers.image.version="20240516.0.236432"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-05-15T09:07:20+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-05-16T09:07:24+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240515.0.236228' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240516.0.236432' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user