Release 20240710.0.246278

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