Release 20241017.0.270689

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-17 09:07:32 +00:00
parent c8d20e3fe2
commit 591cda277b
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/20241016.0.270464/base-20241016.0.270464.tar.zst" && \
echo "b23878513d521668d093e7f12c6164c249add041c811b9bd1691fd8fd81ff86a base-20241016.0.270464.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241017.0.270689/base-20241017.0.270689.tar.zst" && \
echo "b3131b4c63791db4ed4473cf2d306d589e4294d70f8fc8c0a7d462613c1188ea base-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241016.0.270464.tar.zst
tar -C /rootfs --extract --file base-20241017.0.270689.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="20241016.0.270464"
LABEL org.opencontainers.image.version="20241017.0.270689"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /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/20241016.0.270464/base-devel-20241016.0.270464.tar.zst" && \
echo "e30d0834d500b6061d8609e7967d7c4cfd36e752e2f4d10b346bde43740774c1 base-devel-20241016.0.270464.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241017.0.270689/base-devel-20241017.0.270689.tar.zst" && \
echo "7bfddf7b27fdf440782a48310ba9f63a9300a91f8307ff9311185266823bf74e base-devel-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241016.0.270464.tar.zst
tar -C /rootfs --extract --file base-devel-20241017.0.270689.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="20241016.0.270464"
LABEL org.opencontainers.image.version="20241017.0.270689"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /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/20241016.0.270464/multilib-devel-20241016.0.270464.tar.zst" && \
echo "fad3d5d2c561d3d14ac856499d2b0c083c97b2d76bcbdafa9d0111832fd66bf8 multilib-devel-20241016.0.270464.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241017.0.270689/multilib-devel-20241017.0.270689.tar.zst" && \
echo "925f45b275d732ac4ae0af1707ffd61ea07f1183c7850d086605afb942aa5951 multilib-devel-20241017.0.270689.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241016.0.270464.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241017.0.270689.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="20241016.0.270464"
LABEL org.opencontainers.image.version="20241017.0.270689"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00"
LABEL org.opencontainers.image.created="2024-10-17T09:07:32+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241017.0.270689' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]