Release 20250112.0.297625

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-01-12 09:07:06 +00:00
parent 78c58d6f2c
commit 3277ac2f3b
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/20250112.0.297543/base-20250112.0.297543.tar.zst" && \
echo "53aeeaae3451f48e5ef069ca75dde6a7e76cee23c1b7dab5ad293428df673e54 base-20250112.0.297543.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250112.0.297625/base-20250112.0.297625.tar.zst" && \
echo "6527771bc418516039131060eb3a6964a6b560d08efb67b3dcf1763eecf31258 base-20250112.0.297625.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250112.0.297543.tar.zst
tar -C /rootfs --extract --file base-20250112.0.297625.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="20250112.0.297543"
LABEL org.opencontainers.image.version="20250112.0.297625"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-12T00:07:47+00:00"
LABEL org.opencontainers.image.created="2025-01-12T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297543' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297625' /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/20250112.0.297543/base-devel-20250112.0.297543.tar.zst" && \
echo "a7dccc399f6ce2a9ec4915a6ef639e59c1697f88659c68d1a5c1d285097f0288 base-devel-20250112.0.297543.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250112.0.297625/base-devel-20250112.0.297625.tar.zst" && \
echo "c3058df71e03573353253c7ff50ecfa0f92ccd7ec023ba4c0a7eec2cc0ef00e7 base-devel-20250112.0.297625.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250112.0.297543.tar.zst
tar -C /rootfs --extract --file base-devel-20250112.0.297625.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="20250112.0.297543"
LABEL org.opencontainers.image.version="20250112.0.297625"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-12T00:07:47+00:00"
LABEL org.opencontainers.image.created="2025-01-12T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297543' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297625' /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/20250112.0.297543/multilib-devel-20250112.0.297543.tar.zst" && \
echo "4a0610131b804e23a8d963757d53dab134437a23a8d7a2c8a7b0aed9a979706d multilib-devel-20250112.0.297543.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250112.0.297625/multilib-devel-20250112.0.297625.tar.zst" && \
echo "e864e9d0ffb46f85ca0ff7112dd09151da5ade61bbf3a5db94b2cb24443f268b multilib-devel-20250112.0.297625.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250112.0.297543.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250112.0.297625.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="20250112.0.297543"
LABEL org.opencontainers.image.version="20250112.0.297625"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-12T00:07:47+00:00"
LABEL org.opencontainers.image.created="2025-01-12T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297543' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250112.0.297625' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]