Release 20240816.0.255314

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-08-16 09:07:24 +00:00
parent 66944f2428
commit 24ce95bdac
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/20240815.0.254991/base-20240815.0.254991.tar.zst" && \
echo "1264691138777a45a6ef401ba092a7588b52b32e342976556723279b9d9f3b5b base-20240815.0.254991.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240816.0.255314/base-20240816.0.255314.tar.zst" && \
echo "ef8726d4e1ac22784a06b9c8178cf9122dcaf75a7dce632f3c30eb19da40783a base-20240816.0.255314.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240815.0.254991.tar.zst
tar -C /rootfs --extract --file base-20240816.0.255314.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="20240815.0.254991"
LABEL org.opencontainers.image.version="20240816.0.255314"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-15T09:07:35+00:00"
LABEL org.opencontainers.image.created="2024-08-16T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240815.0.254991' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240816.0.255314' /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/20240815.0.254991/base-devel-20240815.0.254991.tar.zst" && \
echo "da2058551441f6cf23f9946cc89e53ef155c148724025118756e13a145e9f6bf base-devel-20240815.0.254991.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240816.0.255314/base-devel-20240816.0.255314.tar.zst" && \
echo "329ffe8f4d7095f95da7848ecf9eb283e4eed0c62b6baa464666030a7b8873e0 base-devel-20240816.0.255314.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240815.0.254991.tar.zst
tar -C /rootfs --extract --file base-devel-20240816.0.255314.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="20240815.0.254991"
LABEL org.opencontainers.image.version="20240816.0.255314"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-15T09:07:35+00:00"
LABEL org.opencontainers.image.created="2024-08-16T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240815.0.254991' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240816.0.255314' /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/20240815.0.254991/multilib-devel-20240815.0.254991.tar.zst" && \
echo "1f06e9adcaf2bb30ef70bc651140a1a10e5e095e26d1689b67f374afdf8d8647 multilib-devel-20240815.0.254991.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240816.0.255314/multilib-devel-20240816.0.255314.tar.zst" && \
echo "38d4192b522a6851da8c2d1cb5cc3d5ba36329361fc1abeab065e4a8ae4bdf54 multilib-devel-20240816.0.255314.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240815.0.254991.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240816.0.255314.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="20240815.0.254991"
LABEL org.opencontainers.image.version="20240816.0.255314"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-08-15T09:07:35+00:00"
LABEL org.opencontainers.image.created="2024-08-16T09:07:23+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240815.0.254991' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240816.0.255314' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]