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