Release 20240811.0.253907

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-08-11 09:07:22 +00:00
parent 7afc129a63
commit 59c46db034
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/20240811.0.253648/base-20240811.0.253648.tar.zst" && \
echo "353d08506af543a35dc4a0cbf404805572b013e619aa1d8d8f127ea62ed8efb3 base-20240811.0.253648.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240811.0.253907/base-20240811.0.253907.tar.zst" && \
echo "274be2a2dbae1bb831ff7c8e3b03ea766d3646e73a8f795d7e32f47bcdc8d2d5 base-20240811.0.253907.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240811.0.253648.tar.zst
tar -C /rootfs --extract --file base-20240811.0.253907.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="20240811.0.253648"
LABEL org.opencontainers.image.version="20240811.0.253907"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-11T00:07:52+00:00"
LABEL org.opencontainers.image.created="2024-08-11T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240811.0.253648' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240811.0.253907' /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/20240811.0.253648/base-devel-20240811.0.253648.tar.zst" && \
echo "4f15353757dc7fe4a36137888ef2250c6fb4a3abcf570b8628f1d60153894785 base-devel-20240811.0.253648.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240811.0.253907/base-devel-20240811.0.253907.tar.zst" && \
echo "5a9f5afddd790178c6233961c4c9c29597efa0acb3da13708c8afe224ba310c1 base-devel-20240811.0.253907.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240811.0.253648.tar.zst
tar -C /rootfs --extract --file base-devel-20240811.0.253907.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="20240811.0.253648"
LABEL org.opencontainers.image.version="20240811.0.253907"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-11T00:07:52+00:00"
LABEL org.opencontainers.image.created="2024-08-11T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240811.0.253648' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240811.0.253907' /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/20240811.0.253648/multilib-devel-20240811.0.253648.tar.zst" && \
echo "e457ad4d4da6bd3d21699243eae631b2072868dbc95b11e21dd68bbfbdc5b70c multilib-devel-20240811.0.253648.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240811.0.253907/multilib-devel-20240811.0.253907.tar.zst" && \
echo "f0cfb1d7118564fc48c6621fcdaaa24102ca05d8f4ecb4467f07b3d510dab9d6 multilib-devel-20240811.0.253907.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240811.0.253648.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240811.0.253907.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="20240811.0.253648"
LABEL org.opencontainers.image.version="20240811.0.253907"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-11T00:07:52+00:00"
LABEL org.opencontainers.image.created="2024-08-11T09:07:22+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240811.0.253648' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240811.0.253907' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]