mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-22 01:31:41 +01:00
Release 20240209.0.212933
This commit is contained in:
parent
f6f15e341e
commit
6e33de8cd5
@ -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/20240208.0.212682/base-20240208.0.212682.tar.zst" && \
|
||||
echo "e67e9ec4966d3347c134d11f5bf606578fca500afce33c0543978d98dfddd7db base-20240208.0.212682.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240209.0.212933/base-20240209.0.212933.tar.zst" && \
|
||||
echo "5ef60ad50f2e4e61a2d510ab0c5e0a0cd3dbb76443369ab8f9ee90b3c3b79f3c base-20240209.0.212933.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240208.0.212682.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240209.0.212933.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="20240208.0.212682"
|
||||
LABEL org.opencontainers.image.version="20240209.0.212933"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-02-08T09:07:24+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-02-09T09:07:32+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240208.0.212682' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240209.0.212933' /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/20240208.0.212682/base-devel-20240208.0.212682.tar.zst" && \
|
||||
echo "6579dcbc28416d6b506aa4e9e3f4bb312e1a7477168597e7bb100313390b53c7 base-devel-20240208.0.212682.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240209.0.212933/base-devel-20240209.0.212933.tar.zst" && \
|
||||
echo "d72ecb22838e0c2d0c63ec1e4861c1977f5be96b965f9a49f977f0b4be5b53c7 base-devel-20240209.0.212933.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240208.0.212682.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240209.0.212933.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="20240208.0.212682"
|
||||
LABEL org.opencontainers.image.version="20240209.0.212933"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-02-08T09:07:24+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-02-09T09:07:32+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240208.0.212682' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240209.0.212933' /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/20240208.0.212682/multilib-devel-20240208.0.212682.tar.zst" && \
|
||||
echo "29e2ea6c2e830502ea0b9a02aae4b47049b5c9a751458ba0aaf8737eadb311f9 multilib-devel-20240208.0.212682.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240209.0.212933/multilib-devel-20240209.0.212933.tar.zst" && \
|
||||
echo "8b550c5496f78e76112b631b56069ddf0fb9b77a5c8ff7fd45dc0e8b9cef8d2c multilib-devel-20240209.0.212933.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240208.0.212682.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240209.0.212933.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="20240208.0.212682"
|
||||
LABEL org.opencontainers.image.version="20240209.0.212933"
|
||||
LABEL org.opencontainers.image.revision="98cd79111dd530447f491d547d14f3c38e227e46"
|
||||
LABEL org.opencontainers.image.created="2024-02-08T09:07:24+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-02-09T09:07:32+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240208.0.212682' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240209.0.212933' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user