Release 20240709.0.246045

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