Release 20250115.0.298524

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-01-15 09:07:08 +00:00
parent 291b357da3
commit 5a7db99601
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/20250114.0.298212/base-20250114.0.298212.tar.zst" && \
echo "0bcdebaa9d6f4af3b93b90c81f486c1fe04d298f30bf62cc5e8a2dee256d745c base-20250114.0.298212.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250115.0.298524/base-20250115.0.298524.tar.zst" && \
echo "5c7c625d7826a080f463a25d26e5d8d1a17808f46fcc26bd6ba700d37413378b base-20250115.0.298524.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250114.0.298212.tar.zst
tar -C /rootfs --extract --file base-20250115.0.298524.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="20250114.0.298212"
LABEL org.opencontainers.image.version="20250115.0.298524"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-14T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-01-15T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250114.0.298212' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250115.0.298524' /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/20250114.0.298212/base-devel-20250114.0.298212.tar.zst" && \
echo "7464ad875c4cfb24ad3fd55227b02bcb73a6ecb2cb9a9f2943874269a6603071 base-devel-20250114.0.298212.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250115.0.298524/base-devel-20250115.0.298524.tar.zst" && \
echo "b6dc4107788979a59c6a185ee04913aa4ea966d092d72a96483a573b8fd175b6 base-devel-20250115.0.298524.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250114.0.298212.tar.zst
tar -C /rootfs --extract --file base-devel-20250115.0.298524.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="20250114.0.298212"
LABEL org.opencontainers.image.version="20250115.0.298524"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-14T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-01-15T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250114.0.298212' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250115.0.298524' /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/20250114.0.298212/multilib-devel-20250114.0.298212.tar.zst" && \
echo "f00e7f2e9886608c1dea1e3fd3d06db16ed6f0904f6b01690b4e36d75e1b30a9 multilib-devel-20250114.0.298212.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250115.0.298524/multilib-devel-20250115.0.298524.tar.zst" && \
echo "b4f07a91126a7632fe3df35890750ef33f6514f335b5642a1482fca43e977938 multilib-devel-20250115.0.298524.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250114.0.298212.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250115.0.298524.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="20250114.0.298212"
LABEL org.opencontainers.image.version="20250115.0.298524"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-14T09:07:13+00:00"
LABEL org.opencontainers.image.created="2025-01-15T09:07:07+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250114.0.298212' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250115.0.298524' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]