Release 20241201.0.284684

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-12-01 00:07:55 +00:00
parent 617ad4bdc6
commit f3f1b66eda
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/20241130.0.284557/base-20241130.0.284557.tar.zst" && \
echo "af3e729c454b44a93d41c160214743eea913eca4c141634acfc582e2b4fa3b07 base-20241130.0.284557.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284684/base-20241201.0.284684.tar.zst" && \
echo "99c48aad63c184fa2b1d1005f97bd9367648a58de9bb1ed059abd8aaff0c1c17 base-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241130.0.284557.tar.zst
tar -C /rootfs --extract --file base-20241201.0.284684.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="20241130.0.284557"
LABEL org.opencontainers.image.version="20241201.0.284684"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-30T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241130.0.284557' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /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/20241130.0.284557/base-devel-20241130.0.284557.tar.zst" && \
echo "cd63a853159004009cc5af34fe23c20d10cdda3cec4822a6287bf9990e8917d2 base-devel-20241130.0.284557.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284684/base-devel-20241201.0.284684.tar.zst" && \
echo "5034a104a6741a8bd48681a2c91e0789bc7f1c7c96644448da5e5e282a90d507 base-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241130.0.284557.tar.zst
tar -C /rootfs --extract --file base-devel-20241201.0.284684.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="20241130.0.284557"
LABEL org.opencontainers.image.version="20241201.0.284684"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-30T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241130.0.284557' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /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/20241130.0.284557/multilib-devel-20241130.0.284557.tar.zst" && \
echo "d9e38d71bef6aa12df4d5f5fbde2e4e8110c66c31a3365ed7f6261f33ae3b704 multilib-devel-20241130.0.284557.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241201.0.284684/multilib-devel-20241201.0.284684.tar.zst" && \
echo "43c471097d6ddfdd30a143db825f806e841a12dfae3e5d1ee40a9781d0aa7ab6 multilib-devel-20241201.0.284684.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241130.0.284557.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241201.0.284684.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="20241130.0.284557"
LABEL org.opencontainers.image.version="20241201.0.284684"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-11-30T09:07:26+00:00"
LABEL org.opencontainers.image.created="2024-12-01T00:07:55+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241130.0.284557' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241201.0.284684' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]