Release 20241029.0.274676

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-29 09:07:26 +00:00
parent 09e4c0b222
commit b035465c8b
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/20241028.0.274307/base-20241028.0.274307.tar.zst" && \
echo "952017c6902ee66cae95815d270e84ea836de3493531c3227ca197e2e214b8e7 base-20241028.0.274307.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241029.0.274676/base-20241029.0.274676.tar.zst" && \
echo "cfa7eb42a640f7aa0bffbc7d6eedc771bf5b23fd2eb4091c7ae1566501911ad1 base-20241029.0.274676.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241028.0.274307.tar.zst
tar -C /rootfs --extract --file base-20241029.0.274676.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="20241028.0.274307"
LABEL org.opencontainers.image.version="20241029.0.274676"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-28T09:07:37+00:00"
LABEL org.opencontainers.image.created="2024-10-29T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241028.0.274307' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241029.0.274676' /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/20241028.0.274307/base-devel-20241028.0.274307.tar.zst" && \
echo "e5c21db40c9ca6d31fc2977060526868b6805698aa2d575a204942190180cf6f base-devel-20241028.0.274307.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241029.0.274676/base-devel-20241029.0.274676.tar.zst" && \
echo "dd11231e603ec8319c03caed9d0fa02d33c7db802fa0de15e9ed2664f83f1a27 base-devel-20241029.0.274676.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241028.0.274307.tar.zst
tar -C /rootfs --extract --file base-devel-20241029.0.274676.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="20241028.0.274307"
LABEL org.opencontainers.image.version="20241029.0.274676"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-28T09:07:37+00:00"
LABEL org.opencontainers.image.created="2024-10-29T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241028.0.274307' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241029.0.274676' /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/20241028.0.274307/multilib-devel-20241028.0.274307.tar.zst" && \
echo "96126156821d665b3ff1f9b01097ce092180131083664a4c77ff1917735fcbc6 multilib-devel-20241028.0.274307.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241029.0.274676/multilib-devel-20241029.0.274676.tar.zst" && \
echo "480fe13bf993241f223f4a35101749c4d8c1d94c57e0dea5e38c2ab20ad562d0 multilib-devel-20241029.0.274676.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241028.0.274307.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241029.0.274676.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="20241028.0.274307"
LABEL org.opencontainers.image.version="20241029.0.274676"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-28T09:07:37+00:00"
LABEL org.opencontainers.image.created="2024-10-29T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241028.0.274307' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241029.0.274676' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]