Release 20241003.0.267619

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-03 09:07:26 +00:00
parent 774cac3d56
commit 2c2866279d
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/20241002.0.267383/base-20241002.0.267383.tar.zst" && \
echo "0bcdb45f898e4194d7049164101015560e2b6a1e546479c6a09e952dc5960674 base-20241002.0.267383.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241003.0.267619/base-20241003.0.267619.tar.zst" && \
echo "70e40c5674c6af681e302cb739d9b6c7f8d1c10665beefb1edef35ae1e5bc090 base-20241003.0.267619.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241002.0.267383.tar.zst
tar -C /rootfs --extract --file base-20241003.0.267619.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="20241002.0.267383"
LABEL org.opencontainers.image.version="20241003.0.267619"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-02T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-10-03T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241002.0.267383' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241003.0.267619' /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/20241002.0.267383/base-devel-20241002.0.267383.tar.zst" && \
echo "544b7602c1f2526334f54498047c0fb0432e03b33fc30a5decc00e355bf52716 base-devel-20241002.0.267383.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241003.0.267619/base-devel-20241003.0.267619.tar.zst" && \
echo "89d2665d09bccb79d1da19255d360c32d917cb71bcb1ed2f3b1f53705b01fb1b base-devel-20241003.0.267619.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241002.0.267383.tar.zst
tar -C /rootfs --extract --file base-devel-20241003.0.267619.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="20241002.0.267383"
LABEL org.opencontainers.image.version="20241003.0.267619"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-02T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-10-03T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241002.0.267383' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241003.0.267619' /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/20241002.0.267383/multilib-devel-20241002.0.267383.tar.zst" && \
echo "133299ba1eb8340ec0b25025048a1b050094cb327e87380e97ff32357b25aa58 multilib-devel-20241002.0.267383.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241003.0.267619/multilib-devel-20241003.0.267619.tar.zst" && \
echo "0d2c3bf5a9e1c102cbac20cba5bbe8eae973d9f7209051012b655993f7eefaba multilib-devel-20241003.0.267619.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241002.0.267383.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241003.0.267619.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="20241002.0.267383"
LABEL org.opencontainers.image.version="20241003.0.267619"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-02T09:07:23+00:00"
LABEL org.opencontainers.image.created="2024-10-03T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241002.0.267383' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241003.0.267619' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]