Release 20250205.0.305328

This commit is contained in:
GITLAB_PROJECT_TOKEN 2025-02-05 09:07:06 +00:00
parent b7672adaee
commit 71346f27d2
3 changed files with 18 additions and 18 deletions

View File

@ -14,11 +14,11 @@ 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/20250204.0.304931/base-20250204.0.304931.tar.zst" && \
echo "83d92fb22f5afb1ce3ec54ab37311274a7729dfdd42f25a628136febc4acdb76 base-20250204.0.304931.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250205.0.305328/base-20250205.0.305328.tar.zst" && \
echo "5c110a017ddf4298bb8203be585085ea6cc3dbf8dd85ccc83334129ab1b1bc38 base-20250205.0.305328.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20250204.0.304931.tar.zst
tar -C /rootfs --extract --file base-20250205.0.305328.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="20250204.0.304931"
LABEL org.opencontainers.image.version="20250205.0.305328"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-04T09:07:23+00:00"
LABEL org.opencontainers.image.created="2025-02-05T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250204.0.304931' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250205.0.305328' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ 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/20250204.0.304931/base-devel-20250204.0.304931.tar.zst" && \
echo "1f31a17ac1b22eaa8e8dc808564e9a4f55b81cce878d14d1584a547ff1112426 base-devel-20250204.0.304931.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250205.0.305328/base-devel-20250205.0.305328.tar.zst" && \
echo "cd0ad577bc7844a5d2b177416032e92ceb91040e01415eb2b18713e960e149dd base-devel-20250205.0.305328.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20250204.0.304931.tar.zst
tar -C /rootfs --extract --file base-devel-20250205.0.305328.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="20250204.0.304931"
LABEL org.opencontainers.image.version="20250205.0.305328"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-04T09:07:23+00:00"
LABEL org.opencontainers.image.created="2025-02-05T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250204.0.304931' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250205.0.305328' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]

View File

@ -14,11 +14,11 @@ 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/20250204.0.304931/multilib-devel-20250204.0.304931.tar.zst" && \
echo "44c4a598851a13a98f92f677f6dff95892067ae513a31edc87f438599fe66554 multilib-devel-20250204.0.304931.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20250205.0.305328/multilib-devel-20250205.0.305328.tar.zst" && \
echo "de6e0663d2edbc9e184cfcea6383a72d8d9cb6d016c978a914b683e85a1ed93d multilib-devel-20250205.0.305328.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20250204.0.304931.tar.zst
tar -C /rootfs --extract --file multilib-devel-20250205.0.305328.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="20250204.0.304931"
LABEL org.opencontainers.image.version="20250205.0.305328"
LABEL org.opencontainers.image.revision="ae0527df18a9c5b94b28351b2265a20012d2fda0"
LABEL org.opencontainers.image.created="2025-02-04T09:07:23+00:00"
LABEL org.opencontainers.image.created="2025-02-05T09:07:06+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20250204.0.304931' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20250205.0.305328' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]