Release 20241201.0.284759

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-12-01 09:07:50 +00:00
parent f3f1b66eda
commit 5c0bd53cea
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/20241201.0.284684/base-20241201.0.284684.tar.zst" && \
echo "99c48aad63c184fa2b1d1005f97bd9367648a58de9bb1ed059abd8aaff0c1c17 base-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284759/base-20241201.0.284759.tar.zst" && \
echo "7766a6a71a1ec20077899001723725d5703165c01b8f29d933daaffaa81d8638 base-20241201.0.284759.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241201.0.284684.tar.zst
tar -C /rootfs --extract --file base-20241201.0.284759.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="20241201.0.284684"
LABEL org.opencontainers.image.version="20241201.0.284759"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
LABEL org.opencontainers.image.created="2024-12-01T09:07:50+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284759' /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/20241201.0.284684/base-devel-20241201.0.284684.tar.zst" && \
echo "5034a104a6741a8bd48681a2c91e0789bc7f1c7c96644448da5e5e282a90d507 base-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284759/base-devel-20241201.0.284759.tar.zst" && \
echo "1c4cce4ddc5842b3a941ba64106d4e871b1d5c616ff3a4ee0db94f2ea85380cb base-devel-20241201.0.284759.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241201.0.284684.tar.zst
tar -C /rootfs --extract --file base-devel-20241201.0.284759.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="20241201.0.284684"
LABEL org.opencontainers.image.version="20241201.0.284759"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
LABEL org.opencontainers.image.created="2024-12-01T09:07:50+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284759' /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/20241201.0.284684/multilib-devel-20241201.0.284684.tar.zst" && \
echo "43c471097d6ddfdd30a143db825f806e841a12dfae3e5d1ee40a9781d0aa7ab6 multilib-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284759/multilib-devel-20241201.0.284759.tar.zst" && \
echo "6f3f64154593d1a3a8c4e0311055a14bdb440fb49007604318f7ff60fdcb3def multilib-devel-20241201.0.284759.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241201.0.284684.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241201.0.284759.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="20241201.0.284684"
LABEL org.opencontainers.image.version="20241201.0.284759"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
LABEL org.opencontainers.image.created="2024-12-01T09:07:50+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284759' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]