Skip to content
Snippets Groups Projects
Commit 6a146cb3 authored by GITLAB_PROJECT_TOKEN's avatar GITLAB_PROJECT_TOKEN
Browse files

Release 20240802.0.251072

parent 7cd67ef7
Branches dvzrv/revoke_dvzrv
No related tags found
No related merge requests found
Pipeline #103660 passed
......@@ -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/20240801.0.250858/base-20240801.0.250858.tar.zst" && \
echo "6faf33173015085dee0fd9f8603c774239a2ee00c5d6fe0dce73a74ca6aece3d base-20240801.0.250858.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240802.0.251072/base-20240802.0.251072.tar.zst" && \
echo "252746924a57546ba6b5ed0b1df9920fe9a0e3dfc951b991af9224d01fec4b85 base-20240802.0.251072.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240801.0.250858.tar.zst
tar -C /rootfs --extract --file base-20240802.0.251072.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="20240801.0.250858"
LABEL org.opencontainers.image.version="20240802.0.251072"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-01T09:08:16+00:00"
LABEL org.opencontainers.image.created="2024-08-02T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240801.0.250858' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240802.0.251072' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/20240801.0.250858/base-devel-20240801.0.250858.tar.zst" && \
echo "95200b3983165e2e1b114eedc66c5ebfe1e96647eae32a7b8e11aafb166a8901 base-devel-20240801.0.250858.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240802.0.251072/base-devel-20240802.0.251072.tar.zst" && \
echo "2b7e8596d03d42b3f2c4eb445dbb63bf992cc8ce8a38d5fbf0436de3f28cac8e base-devel-20240802.0.251072.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240801.0.250858.tar.zst
tar -C /rootfs --extract --file base-devel-20240802.0.251072.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="20240801.0.250858"
LABEL org.opencontainers.image.version="20240802.0.251072"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-01T09:08:16+00:00"
LABEL org.opencontainers.image.created="2024-08-02T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240801.0.250858' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240802.0.251072' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
......@@ -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/20240801.0.250858/multilib-devel-20240801.0.250858.tar.zst" && \
echo "55b64511a9d4509f9a78f209c31767f7bd35d1dfbf7261550717e35a7eeba819 multilib-devel-20240801.0.250858.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240802.0.251072/multilib-devel-20240802.0.251072.tar.zst" && \
echo "7f375ea46b8345965aad99bd9ce1d78fa705595efa20b627cfd7558272dc13c2 multilib-devel-20240802.0.251072.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240801.0.250858.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240802.0.251072.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="20240801.0.250858"
LABEL org.opencontainers.image.version="20240802.0.251072"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-01T09:08:16+00:00"
LABEL org.opencontainers.image.created="2024-08-02T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240801.0.250858' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240802.0.251072' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment