Release 20240807.0.252078

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-08-07 09:07:36 +00:00
parent 3f3d22ed7c
commit 95ef501671
3 changed files with 18 additions and 18 deletions

View File

@ -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/20240806.0.251909/base-20240806.0.251909.tar.zst" && \
echo "0d38a91e59bb49e46a11b87ff0bffc55d8f43c14b0e224c87b03abf672b0844e base-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240807.0.252078/base-20240807.0.252078.tar.zst" && \
echo "ac49981e1db715ace0f473f3df190f1a2939fe3bc307aac2c73f80c48e416538 base-20240807.0.252078.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240806.0.251909.tar.zst
tar -C /rootfs --extract --file base-20240807.0.252078.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="20240806.0.251909"
LABEL org.opencontainers.image.version="20240807.0.252078"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00"
LABEL org.opencontainers.image.created="2024-08-07T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240807.0.252078' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/20240806.0.251909/base-devel-20240806.0.251909.tar.zst" && \
echo "e5e0cd4af522e1d6146eeed8d9eb137034b57d8e3ae82cfc96f237d7f2ba87fc base-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240807.0.252078/base-devel-20240807.0.252078.tar.zst" && \
echo "6a016555bc813910545f9b75dd9ba11dce9091733cfacc5c7e0ba8916e106ca2 base-devel-20240807.0.252078.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240806.0.251909.tar.zst
tar -C /rootfs --extract --file base-devel-20240807.0.252078.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="20240806.0.251909"
LABEL org.opencontainers.image.version="20240807.0.252078"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00"
LABEL org.opencontainers.image.created="2024-08-07T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240807.0.252078' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -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/20240806.0.251909/multilib-devel-20240806.0.251909.tar.zst" && \
echo "b57d73548ba71ee7b764d0c123da767cb9310d556de1e5315bda295b3a54d2bf multilib-devel-20240806.0.251909.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240807.0.252078/multilib-devel-20240807.0.252078.tar.zst" && \
echo "90fa85b607ea932b11583d6b2d10059f9defaae0deedbd5019eb41f0e77b6e04 multilib-devel-20240807.0.252078.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240806.0.251909.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240807.0.252078.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="20240806.0.251909"
LABEL org.opencontainers.image.version="20240807.0.252078"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-06T09:07:30+00:00"
LABEL org.opencontainers.image.created="2024-08-07T09:07:35+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240806.0.251909' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240807.0.252078' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]