Release 20240708.0.245763

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-07-08 09:07:27 +00:00
parent f4baeb4717
commit 94b815fc25
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/20240707.0.245592/base-20240707.0.245592.tar.zst" && \
echo "37bbed76f81a16c15a146d08e3aae980bbc065bc02b6d62fe68c4b6fcbfe1445 base-20240707.0.245592.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240708.0.245763/base-20240708.0.245763.tar.zst" && \
echo "28d08321888422846d6106b0154162e3967ebc0c016fde728518e766d5767675 base-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240707.0.245592.tar.zst
tar -C /rootfs --extract --file base-20240708.0.245763.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="20240707.0.245592"
LABEL org.opencontainers.image.version="20240708.0.245763"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-07T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240707.0.245592' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /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/20240707.0.245592/base-devel-20240707.0.245592.tar.zst" && \
echo "a2550d1ce08958445b747cd8c2900a169d4c192bd87597b1216ff86b0ee32829 base-devel-20240707.0.245592.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240708.0.245763/base-devel-20240708.0.245763.tar.zst" && \
echo "b42a750c82f699efa5a218e2416fd1c928a9b518a62706f1bcc323ceeb4a16e2 base-devel-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240707.0.245592.tar.zst
tar -C /rootfs --extract --file base-devel-20240708.0.245763.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="20240707.0.245592"
LABEL org.opencontainers.image.version="20240708.0.245763"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-07T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240707.0.245592' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /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/20240707.0.245592/multilib-devel-20240707.0.245592.tar.zst" && \
echo "fea7d20a14ab94040eb23553e91d93497d5abf5f13d72d234856d0725e93646b multilib-devel-20240707.0.245592.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240708.0.245763/multilib-devel-20240708.0.245763.tar.zst" && \
echo "ddce3793ff0b13213ec10384550d43c4c597756c81fe19c19ebce9ea15d39805 multilib-devel-20240708.0.245763.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240707.0.245592.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240708.0.245763.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="20240707.0.245592"
LABEL org.opencontainers.image.version="20240708.0.245763"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-07T09:07:32+00:00"
LABEL org.opencontainers.image.created="2024-07-08T09:07:26+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240707.0.245592' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240708.0.245763' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]