Release 20240801.0.250858

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-08-01 09:08:16 +00:00
parent 553a3a286a
commit 7cd67ef71d
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/20240731.0.250643/base-20240731.0.250643.tar.zst" && \
echo "6978c1c6b5bb38096326f6cad4b3b7953480e16a8ce1147e7274096f582fd903 base-20240731.0.250643.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240801.0.250858/base-20240801.0.250858.tar.zst" && \
echo "6faf33173015085dee0fd9f8603c774239a2ee00c5d6fe0dce73a74ca6aece3d base-20240801.0.250858.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240731.0.250643.tar.zst
tar -C /rootfs --extract --file base-20240801.0.250858.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="20240731.0.250643"
LABEL org.opencontainers.image.version="20240801.0.250858"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-31T09:07:34+00:00"
LABEL org.opencontainers.image.created="2024-08-01T09:08:16+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240731.0.250643' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240801.0.250858' /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/20240731.0.250643/base-devel-20240731.0.250643.tar.zst" && \
echo "e81330da62912d03a438768ee44980bc73b8a4abaed2c33372bc913a9608f5db base-devel-20240731.0.250643.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240801.0.250858/base-devel-20240801.0.250858.tar.zst" && \
echo "95200b3983165e2e1b114eedc66c5ebfe1e96647eae32a7b8e11aafb166a8901 base-devel-20240801.0.250858.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240731.0.250643.tar.zst
tar -C /rootfs --extract --file base-devel-20240801.0.250858.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="20240731.0.250643"
LABEL org.opencontainers.image.version="20240801.0.250858"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-31T09:07:34+00:00"
LABEL org.opencontainers.image.created="2024-08-01T09:08:16+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240731.0.250643' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240801.0.250858' /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/20240731.0.250643/multilib-devel-20240731.0.250643.tar.zst" && \
echo "be582df96c99c36cc622f580c8a8e96cdeebe2ea3dc8a4827418f6c773e9190a multilib-devel-20240731.0.250643.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240801.0.250858/multilib-devel-20240801.0.250858.tar.zst" && \
echo "55b64511a9d4509f9a78f209c31767f7bd35d1dfbf7261550717e35a7eeba819 multilib-devel-20240801.0.250858.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240731.0.250643.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240801.0.250858.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="20240731.0.250643"
LABEL org.opencontainers.image.version="20240801.0.250858"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-31T09:07:34+00:00"
LABEL org.opencontainers.image.created="2024-08-01T09:08:16+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240731.0.250643' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240801.0.250858' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]