Release 20240824.0.257570

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-08-24 09:07:36 +00:00
parent b443058a56
commit e2fe01d3cb
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/20240823.0.257221/base-20240823.0.257221.tar.zst" && \
echo "88c6759c87a477638659ddc85007f769e6294db87ca42c7cb297561a18eac05c base-20240823.0.257221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240824.0.257570/base-20240824.0.257570.tar.zst" && \
echo "85a98a0ab90ee6d89bfa346923bc8dca8b22c90e3a31de6ae1d40b244b5892e8 base-20240824.0.257570.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240823.0.257221.tar.zst
tar -C /rootfs --extract --file base-20240824.0.257570.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="20240823.0.257221"
LABEL org.opencontainers.image.version="20240824.0.257570"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-23T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-08-24T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240823.0.257221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240824.0.257570' /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/20240823.0.257221/base-devel-20240823.0.257221.tar.zst" && \
echo "0efb689f20f11af0626d299ca3698530a93f3453909bb5f818588297280b89ae base-devel-20240823.0.257221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240824.0.257570/base-devel-20240824.0.257570.tar.zst" && \
echo "6f88c42763872cc8ef30abb9ed59e1c19b2492721c676ad04ce743b1eef5c5b5 base-devel-20240824.0.257570.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240823.0.257221.tar.zst
tar -C /rootfs --extract --file base-devel-20240824.0.257570.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="20240823.0.257221"
LABEL org.opencontainers.image.version="20240824.0.257570"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-23T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-08-24T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240823.0.257221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240824.0.257570' /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/20240823.0.257221/multilib-devel-20240823.0.257221.tar.zst" && \
echo "d43c0d09a91041f4f33a1ada7884543bd25a1fa67e7edc17b09d8a70e7612bbf multilib-devel-20240823.0.257221.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240824.0.257570/multilib-devel-20240824.0.257570.tar.zst" && \
echo "7c533c7360af78451f72028882feb1a36d251e4ba009d14cc2ffa86673c76afb multilib-devel-20240824.0.257570.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240823.0.257221.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240824.0.257570.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="20240823.0.257221"
LABEL org.opencontainers.image.version="20240824.0.257570"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-23T09:07:27+00:00"
LABEL org.opencontainers.image.created="2024-08-24T09:07:36+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240823.0.257221' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240824.0.257570' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]