Release 20250201.0.304286

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-01 09:07:34 +00:00
parent 8b82664ae0
commit 5b5160f045
3 changed files with 24 additions and 24 deletions

View File

@ -10,15 +10,15 @@
# Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
FROM alpine:3.19 AS verify
FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250131.0.303755/base-20250131.0.303755.tar.zst" && \
echo "8f4eccf3410e874e1aed1e983e6a3c1b3674bce6ca9469357bcdd554c2bf7acc base-20250131.0.303755.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250201.0.304286/base-20250201.0.304286.tar.zst" && \
echo "3e59cf7e70b34d490932f2e8a8c22d81b829069c5b152cb2bd9267b47ee13ba1 base-20250201.0.304286.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250131.0.303755.tar.zst
tar -C /rootfs --extract --file base-20250201.0.304286.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="20250131.0.303755"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-31T09:07:05+00:00"
LABEL org.opencontainers.image.version="20250201.0.304286"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-01T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250131.0.303755' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250201.0.304286' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -10,15 +10,15 @@
# Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
FROM alpine:3.19 AS verify
FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250131.0.303755/base-devel-20250131.0.303755.tar.zst" && \
echo "b6e7c64ebeab34b3b7641ff270ce74992c7d23fc93b60dc04017531244a05a79 base-devel-20250131.0.303755.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250201.0.304286/base-devel-20250201.0.304286.tar.zst" && \
echo "2584905fb3948536999ae94259a81fb95decc106251769775acde1f70c41ec34 base-devel-20250201.0.304286.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250131.0.303755.tar.zst
tar -C /rootfs --extract --file base-devel-20250201.0.304286.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="20250131.0.303755"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-31T09:07:05+00:00"
LABEL org.opencontainers.image.version="20250201.0.304286"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-01T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250131.0.303755' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250201.0.304286' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -10,15 +10,15 @@
# Note: Only official DockerHub images are allowed, see https://gitlab.archlinux.org/archlinux/archlinux-docker/-/commit/daa67d18579024947d69a45e6d028c5adb1c8c23
# While we could use archlinux:base it could also break our build process, so we avoid dog fooding here
FROM alpine:3.19 AS verify
FROM alpine:3.21 AS verify
RUN apk add --no-cache curl tar zstd
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250131.0.303755/multilib-devel-20250131.0.303755.tar.zst" && \
echo "d9ca27cf6c174b983c30e712623acece956789ac03fbbb0db053a7d4772497aa multilib-devel-20250131.0.303755.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250201.0.304286/multilib-devel-20250201.0.304286.tar.zst" && \
echo "1c9e77ca183c4b90d5631aa450eb19e00fc4c743049788addbf6b18311712f6d multilib-devel-20250201.0.304286.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250131.0.303755.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250201.0.304286.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="20250131.0.303755"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2025-01-31T09:07:06+00:00"
LABEL org.opencontainers.image.version="20250201.0.304286"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-01T09:07:34+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250131.0.303755' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250201.0.304286' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]