Release 20241101.0.275768

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-11-01 09:07:38 +00:00
parent b9109b6153
commit 51df0ab36d
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/20241031.0.275484/base-20241031.0.275484.tar.zst" && \
echo "c7f5de529b37397d8973239b9a06483451ccd4baa1612f98cfef18a5dfffb31a base-20241031.0.275484.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241101.0.275768/base-20241101.0.275768.tar.zst" && \
echo "dfd22b779b09a40d1c99ecadce3c24f197ab509b728fc942a4a3ccabe8df59d9 base-20241101.0.275768.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20241031.0.275484.tar.zst
tar -C /rootfs --extract --file base-20241101.0.275768.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="20241031.0.275484"
LABEL org.opencontainers.image.version="20241101.0.275768"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-31T09:07:44+00:00"
LABEL org.opencontainers.image.created="2024-11-01T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241031.0.275484' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241101.0.275768' /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/20241031.0.275484/base-devel-20241031.0.275484.tar.zst" && \
echo "7141503ee2234e3fb3409b7a62e1dfd996341bd65095cc2972cd4d4d1ad631a8 base-devel-20241031.0.275484.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241101.0.275768/base-devel-20241101.0.275768.tar.zst" && \
echo "e97fe2bdd7a28777fee7b92036adbacf17217867ff9daffa07f6e5250c836651 base-devel-20241101.0.275768.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20241031.0.275484.tar.zst
tar -C /rootfs --extract --file base-devel-20241101.0.275768.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="20241031.0.275484"
LABEL org.opencontainers.image.version="20241101.0.275768"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-31T09:07:44+00:00"
LABEL org.opencontainers.image.created="2024-11-01T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241031.0.275484' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241101.0.275768' /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/20241031.0.275484/multilib-devel-20241031.0.275484.tar.zst" && \
echo "b3130beb97c9e31f2b352f52d19f78ec0b8c637c63fd91deecb46cd73b0504ad multilib-devel-20241031.0.275484.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20241101.0.275768/multilib-devel-20241101.0.275768.tar.zst" && \
echo "8bebcd5e473638885015cfc48f27e22b44f5ba99e43fadb2964b3865d94e659b multilib-devel-20241101.0.275768.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20241031.0.275484.tar.zst
tar -C /rootfs --extract --file multilib-devel-20241101.0.275768.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="20241031.0.275484"
LABEL org.opencontainers.image.version="20241101.0.275768"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-10-31T09:07:44+00:00"
LABEL org.opencontainers.image.created="2024-11-01T09:07:38+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20241031.0.275484' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20241101.0.275768' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]