Release 20241013.0.269774

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-13 09:07:31 +00:00
parent 0c148627cb
commit ad2de7fec1
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/20241013.0.269705/base-20241013.0.269705.tar.zst" && \
echo "452ebd7e2fbbae5a0a22bf2455b9cb16c3150c00a8c40e6d936a147a3700fd42 base-20241013.0.269705.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241013.0.269774/base-20241013.0.269774.tar.zst" && \
echo "14f19b1dad0753598bd7b9fc8d0e1daf030d00f74314a3190e7c59013358a873 base-20241013.0.269774.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241013.0.269705.tar.zst
tar -C /rootfs --extract --file base-20241013.0.269774.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="20241013.0.269705"
LABEL org.opencontainers.image.version="20241013.0.269774"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-13T00:07:34+00:00"
LABEL org.opencontainers.image.created="2024-10-13T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269705' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269774' /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/20241013.0.269705/base-devel-20241013.0.269705.tar.zst" && \
echo "3a64cb3777cf900e471585eb34e41cbd0f74d5849470910a97ddd0726efc3dae base-devel-20241013.0.269705.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241013.0.269774/base-devel-20241013.0.269774.tar.zst" && \
echo "d129b4936172ea870da4ed2c62190819ad0793e8fc9ad31c1e47554eead5a617 base-devel-20241013.0.269774.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241013.0.269705.tar.zst
tar -C /rootfs --extract --file base-devel-20241013.0.269774.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="20241013.0.269705"
LABEL org.opencontainers.image.version="20241013.0.269774"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-13T00:07:34+00:00"
LABEL org.opencontainers.image.created="2024-10-13T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269705' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269774' /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/20241013.0.269705/multilib-devel-20241013.0.269705.tar.zst" && \
echo "707fde11e559aa729b869756c7d0a84c9f74fe2ce0074998ee578bf1d8e5183e multilib-devel-20241013.0.269705.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241013.0.269774/multilib-devel-20241013.0.269774.tar.zst" && \
echo "e77d07262432594e4d4c00e562bfcde42914e9c2f7cfea5a9b016b64092035be multilib-devel-20241013.0.269774.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241013.0.269705.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241013.0.269774.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="20241013.0.269705"
LABEL org.opencontainers.image.version="20241013.0.269774"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-13T00:07:34+00:00"
LABEL org.opencontainers.image.created="2024-10-13T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269705' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269774' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]