Release 20241018.0.271011

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-18 09:07:47 +00:00
parent 591cda277b
commit d4da797da1
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/20241017.0.270689/base-20241017.0.270689.tar.zst" && \
echo "b3131b4c63791db4ed4473cf2d306d589e4294d70f8fc8c0a7d462613c1188ea base-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241018.0.271011/base-20241018.0.271011.tar.zst" && \
echo "69aa665c966ff77d68b8bd9420ce82b8dc46fb2e9ded346635bd0dd827bc83eb base-20241018.0.271011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241017.0.270689.tar.zst
tar -C /rootfs --extract --file base-20241018.0.271011.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="20241017.0.270689"
LABEL org.opencontainers.image.version="20241018.0.271011"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-10-18T09:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241018.0.271011' /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/20241017.0.270689/base-devel-20241017.0.270689.tar.zst" && \
echo "7bfddf7b27fdf440782a48310ba9f63a9300a91f8307ff9311185266823bf74e base-devel-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241018.0.271011/base-devel-20241018.0.271011.tar.zst" && \
echo "317ad762119f136cd1cfd69bd5924019d6d63018246ed2df5f55db04da5c9fc2 base-devel-20241018.0.271011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241017.0.270689.tar.zst
tar -C /rootfs --extract --file base-devel-20241018.0.271011.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="20241017.0.270689"
LABEL org.opencontainers.image.version="20241018.0.271011"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-10-18T09:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241018.0.271011' /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/20241017.0.270689/multilib-devel-20241017.0.270689.tar.zst" && \
echo "925f45b275d732ac4ae0af1707ffd61ea07f1183c7850d086605afb942aa5951 multilib-devel-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241018.0.271011/multilib-devel-20241018.0.271011.tar.zst" && \
echo "5ac9b908d431359940c518a7ac2dd0730b5205dd6789a080fea3a73caeacbf24 multilib-devel-20241018.0.271011.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241017.0.270689.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241018.0.271011.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="20241017.0.270689"
LABEL org.opencontainers.image.version="20241018.0.271011"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-10-18T09:07:47+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241018.0.271011' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]