Release 20241115.0.279605

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-11-15 09:07:47 +00:00
parent dbc40effab
commit aae9dc43eb
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/20241114.0.279293/base-20241114.0.279293.tar.zst" && \
echo "369284d645ffd8208e46a6467ab68654379f5f7d85d47985ffc166a0ea28b4d6 base-20241114.0.279293.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241115.0.279605/base-20241115.0.279605.tar.zst" && \
echo "a22feef6e7024d627489b82b54b0ea311d455dba29a25f1a2d0fc6953037b4c4 base-20241115.0.279605.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241114.0.279293.tar.zst
tar -C /rootfs --extract --file base-20241115.0.279605.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="20241114.0.279293"
LABEL org.opencontainers.image.version="20241115.0.279605"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-14T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-11-15T09:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241114.0.279293' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241115.0.279605' /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/20241114.0.279293/base-devel-20241114.0.279293.tar.zst" && \
echo "4c1bf98ddefbccbb29f6672f24aee397aac622e26631c0e0459f80a2802245d9 base-devel-20241114.0.279293.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241115.0.279605/base-devel-20241115.0.279605.tar.zst" && \
echo "0223ffa9c4dfee2a3cc468b7d23e9ee4aef95f2754b98c88061d93458a3bedc7 base-devel-20241115.0.279605.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241114.0.279293.tar.zst
tar -C /rootfs --extract --file base-devel-20241115.0.279605.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="20241114.0.279293"
LABEL org.opencontainers.image.version="20241115.0.279605"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-14T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-11-15T09:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241114.0.279293' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241115.0.279605' /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/20241114.0.279293/multilib-devel-20241114.0.279293.tar.zst" && \
echo "292b2ea5e4ec6edc3248a8b973b4cf6a27b060684b5a29126d4a2631d1af5664 multilib-devel-20241114.0.279293.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241115.0.279605/multilib-devel-20241115.0.279605.tar.zst" && \
echo "329aaa59a9e0ffb7f24718b2aed970df45a3d20e7b94da8c4cf657b3414bbdbc multilib-devel-20241115.0.279605.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241114.0.279293.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241115.0.279605.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="20241114.0.279293"
LABEL org.opencontainers.image.version="20241115.0.279605"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-14T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-11-15T09:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241114.0.279293' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241115.0.279605' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]