Release 20241015.0.270198

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-15 09:07:38 +00:00
parent 514f6b6b1c
commit 9edba04f7a
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/20241014.0.269962/base-20241014.0.269962.tar.zst" && \
echo "4d954ab6c6721246074bc33745d32f7f49237f83c4f5731b74eafd8b746cf139 base-20241014.0.269962.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241015.0.270198/base-20241015.0.270198.tar.zst" && \
echo "07d59582d1c129bf5b72311d482ba9e6108359ed6103e5940e427a825ac1e500 base-20241015.0.270198.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241014.0.269962.tar.zst
tar -C /rootfs --extract --file base-20241015.0.270198.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="20241014.0.269962"
LABEL org.opencontainers.image.version="20241015.0.270198"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-14T09:07:20+00:00"
LABEL org.opencontainers.image.created="2024-10-15T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241014.0.269962' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241015.0.270198' /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/20241014.0.269962/base-devel-20241014.0.269962.tar.zst" && \
echo "4d3748e07fd09ce50fa2f993e7b5a7a30cb3a32c094436c5b740a7cc5ef8f83d base-devel-20241014.0.269962.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241015.0.270198/base-devel-20241015.0.270198.tar.zst" && \
echo "f9bd74729f0c30a988f36ca80fc1cdb0391824ea1813e3abbf854b637856ca63 base-devel-20241015.0.270198.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241014.0.269962.tar.zst
tar -C /rootfs --extract --file base-devel-20241015.0.270198.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="20241014.0.269962"
LABEL org.opencontainers.image.version="20241015.0.270198"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-14T09:07:20+00:00"
LABEL org.opencontainers.image.created="2024-10-15T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241014.0.269962' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241015.0.270198' /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/20241014.0.269962/multilib-devel-20241014.0.269962.tar.zst" && \
echo "67ca5010b50a50d83afc1a74605ad448e692a48e15aa66ef53460d7b99301686 multilib-devel-20241014.0.269962.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241015.0.270198/multilib-devel-20241015.0.270198.tar.zst" && \
echo "30c50e35ce5c36ecb2e9f0c4789481c6d52bf395ceb3ca7d8a717d304db8fba9 multilib-devel-20241015.0.270198.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241014.0.269962.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241015.0.270198.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="20241014.0.269962"
LABEL org.opencontainers.image.version="20241015.0.270198"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-14T09:07:20+00:00"
LABEL org.opencontainers.image.created="2024-10-15T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241014.0.269962' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241015.0.270198' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]