mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-16 23:01:00 +01:00
Release 20240930.0.266821
This commit is contained in:
parent
c8a74ce4b5
commit
6cbd16e4bf
@ -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/20240929.0.266450/base-20240929.0.266450.tar.zst" && \
|
||||
echo "7429a82bc585bcfe31746f167b81e049fd7cbcdff489178da89ea96f8afc2ba1 base-20240929.0.266450.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240930.0.266821/base-20240930.0.266821.tar.zst" && \
|
||||
echo "a27d899a61a8379a3fb3be7c2d0e7cb6a737dc1dab3a52a0a592a871a151f55e base-20240930.0.266821.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-20240929.0.266450.tar.zst
|
||||
tar -C /rootfs --extract --file base-20240930.0.266821.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="20240929.0.266450"
|
||||
LABEL org.opencontainers.image.version="20240930.0.266821"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-09-29T09:07:33+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-09-30T09:07:21+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266450' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240930.0.266821' /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/20240929.0.266450/base-devel-20240929.0.266450.tar.zst" && \
|
||||
echo "d7d8b7bef386f2a35eab883d3fdd696bffd107a2c6f3c18a9a28f816073763f8 base-devel-20240929.0.266450.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240930.0.266821/base-devel-20240930.0.266821.tar.zst" && \
|
||||
echo "edc2ec86bb1064dcf4e7f776e826b03ed359369109c1c11f77c1976038d446c0 base-devel-20240930.0.266821.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file base-devel-20240929.0.266450.tar.zst
|
||||
tar -C /rootfs --extract --file base-devel-20240930.0.266821.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="20240929.0.266450"
|
||||
LABEL org.opencontainers.image.version="20240930.0.266821"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-09-29T09:07:33+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-09-30T09:07:21+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266450' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240930.0.266821' /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/20240929.0.266450/multilib-devel-20240929.0.266450.tar.zst" && \
|
||||
echo "cc77f277a777c49fce48e2cf978c6ac3cede4d535455dc1965fa8db5bbc33dbf multilib-devel-20240929.0.266450.tar.zst" > /tmp/sha256sums.txt && \
|
||||
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240930.0.266821/multilib-devel-20240930.0.266821.tar.zst" && \
|
||||
echo "8188a9e6845fd824eb7d0bc6301e01db07ac97f71339ba1e754f8e69a2c23255 multilib-devel-20240930.0.266821.tar.zst" > /tmp/sha256sums.txt && \
|
||||
sha256sum -c /tmp/sha256sums.txt && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file multilib-devel-20240929.0.266450.tar.zst
|
||||
tar -C /rootfs --extract --file multilib-devel-20240930.0.266821.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="20240929.0.266450"
|
||||
LABEL org.opencontainers.image.version="20240930.0.266821"
|
||||
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
|
||||
LABEL org.opencontainers.image.created="2024-09-29T09:07:33+00:00"
|
||||
LABEL org.opencontainers.image.created="2024-09-30T09:07:21+00:00"
|
||||
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240929.0.266450' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=20240930.0.266821' /etc/os-release
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user