Release 20241016.0.270464

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-10-16 09:07:18 +00:00
parent 9edba04f7a
commit c8d20e3fe2
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/20241015.0.270198/base-20241015.0.270198.tar.zst" && \
echo "07d59582d1c129bf5b72311d482ba9e6108359ed6103e5940e427a825ac1e500 base-20241015.0.270198.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241015.0.270198.tar.zst
tar -C /rootfs --extract --file base-20241016.0.270464.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="20241015.0.270198"
LABEL org.opencontainers.image.version="20241016.0.270464"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-15T09:07:38+00:00"
LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241015.0.270198' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /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/20241015.0.270198/base-devel-20241015.0.270198.tar.zst" && \
echo "f9bd74729f0c30a988f36ca80fc1cdb0391824ea1813e3abbf854b637856ca63 base-devel-20241015.0.270198.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241015.0.270198.tar.zst
tar -C /rootfs --extract --file base-devel-20241016.0.270464.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="20241015.0.270198"
LABEL org.opencontainers.image.version="20241016.0.270464"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-15T09:07:38+00:00"
LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241015.0.270198' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /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/20241015.0.270198/multilib-devel-20241015.0.270198.tar.zst" && \
echo "30c50e35ce5c36ecb2e9f0c4789481c6d52bf395ceb3ca7d8a717d304db8fba9 multilib-devel-20241015.0.270198.tar.zst" > /tmp/sha256sums.txt && \
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 && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241015.0.270198.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241016.0.270464.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="20241015.0.270198"
LABEL org.opencontainers.image.version="20241016.0.270464"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-15T09:07:38+00:00"
LABEL org.opencontainers.image.created="2024-10-16T09:07:18+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241015.0.270198' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241016.0.270464' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]