mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 21:36:18 +02:00
Release 20240627.0.243529
This commit is contained in:
parent
33e7c7869d
commit
12d5f47f0d
@ -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/20240626.0.243334/base-20240626.0.243334.tar.zst" && \
|
||||
echo "29e4f1a59b25c6db23a503f976456a2cddd2bcdab4fa541f1726d5deec05a2bd base-20240626.0.243334.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240627.0.243529/base-20240627.0.243529.tar.zst" && \
|
||||
echo "a332ab5d40a477b95a0c1951a00c83357ffb8bffc05e2b21476b03449edd164e base-20240627.0.243529.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240626.0.243334.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240627.0.243529.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="20240626.0.243334"
|
||||
LABEL org.opencontainers.image.version="20240627.0.243529"
|
||||
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
|
||||
LABEL org.opencontainers.image.created="2024-06-26T09:07:30+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-06-27T09:07:28+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240626.0.243334' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240627.0.243529' /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/20240626.0.243334/base-devel-20240626.0.243334.tar.zst" && \
|
||||
echo "82368aa6a4ff8a4a93e7d3ef0ed36fcdd386f2990ca3d5a21b55027bbca81b6b base-devel-20240626.0.243334.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240627.0.243529/base-devel-20240627.0.243529.tar.zst" && \
|
||||
echo "85a2db2f2cc42f5716ee4a1e46606b66a9f73460d6d0c6d832e14452dc5d2764 base-devel-20240627.0.243529.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240626.0.243334.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240627.0.243529.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="20240626.0.243334"
|
||||
LABEL org.opencontainers.image.version="20240627.0.243529"
|
||||
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
|
||||
LABEL org.opencontainers.image.created="2024-06-26T09:07:30+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-06-27T09:07:28+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240626.0.243334' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240627.0.243529' /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/20240626.0.243334/multilib-devel-20240626.0.243334.tar.zst" && \
|
||||
echo "9424b17d8c2f2037d0b5ae5b9212e654e8a0e4bf2a1f5156acffc9e06b66cadd multilib-devel-20240626.0.243334.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240627.0.243529/multilib-devel-20240627.0.243529.tar.zst" && \
|
||||
echo "561074fdb5c56bd7c9e728915b12760388f3098539f3ca0b2667efc4a2d17608 multilib-devel-20240627.0.243529.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240626.0.243334.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240627.0.243529.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="20240626.0.243334"
|
||||
LABEL org.opencontainers.image.version="20240627.0.243529"
|
||||
LABEL org.opencontainers.image.revision="bd60189bf8f3c09a995e2b2891660667955808ff"
|
||||
LABEL org.opencontainers.image.created="2024-06-26T09:07:30+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-06-27T09:07:28+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240626.0.243334' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240627.0.243529' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user