Release 20250128.0.302197

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-01-28 09:07:14 +00:00
parent 1985941640
commit 92dfbfd5ad
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/20250127.0.301711/base-20250127.0.301711.tar.zst" && \
echo "2a00d8425182629e77a2ab46843c9ec84bf7043055c7ea0b26d659bd28b6ba4d base-20250127.0.301711.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250128.0.302197/base-20250128.0.302197.tar.zst" && \
echo "eedcc22fba77eea8af48a4e17bdf5cdeb7ec908b3e2647127e20a603833a3b5e base-20250128.0.302197.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250127.0.301711.tar.zst
tar -C /rootfs --extract --file base-20250128.0.302197.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="20250127.0.301711"
LABEL org.opencontainers.image.version="20250128.0.302197"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-27T09:07:09+00:00"
LABEL org.opencontainers.image.created="2025-01-28T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250127.0.301711' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250128.0.302197' /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/20250127.0.301711/base-devel-20250127.0.301711.tar.zst" && \
echo "be1592fb6500d103d92cf0f5efeb0c847a018103a713d85869fb5ce944949e9c base-devel-20250127.0.301711.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250128.0.302197/base-devel-20250128.0.302197.tar.zst" && \
echo "719a9313b1fa120b65eb936fa0706fe0b3af21dcdde9b89d93061aa93bf2fb9b base-devel-20250128.0.302197.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250127.0.301711.tar.zst
tar -C /rootfs --extract --file base-devel-20250128.0.302197.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="20250127.0.301711"
LABEL org.opencontainers.image.version="20250128.0.302197"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-27T09:07:09+00:00"
LABEL org.opencontainers.image.created="2025-01-28T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250127.0.301711' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250128.0.302197' /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/20250127.0.301711/multilib-devel-20250127.0.301711.tar.zst" && \
echo "2f38fde2c0186cb8d7c21a478eb416c47b9ffb7c5770f781f06d2f6f6ce1b86f multilib-devel-20250127.0.301711.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250128.0.302197/multilib-devel-20250128.0.302197.tar.zst" && \
echo "c943efa42f0c38336a695ee7653d605517cd3ba925c32e920989ed33a9b90aaf multilib-devel-20250128.0.302197.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250127.0.301711.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250128.0.302197.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="20250127.0.301711"
LABEL org.opencontainers.image.version="20250128.0.302197"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-27T09:07:09+00:00"
LABEL org.opencontainers.image.created="2025-01-28T09:07:14+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250127.0.301711' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250128.0.302197' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]