Release 20240726.0.249719

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-07-26 09:07:31 +00:00
parent 01d50de5fb
commit ac17b52260
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/20240725.0.249535/base-20240725.0.249535.tar.zst" && \
echo "67836a731d2a9988e6ba38c97dac112f7a5c276a2f08d57ece04c329579cc369 base-20240725.0.249535.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240726.0.249719/base-20240726.0.249719.tar.zst" && \
echo "ccd206289a986e72ad4ecf8b76e510a26858ded41bdce5a7474b04249b84f1f7 base-20240726.0.249719.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240725.0.249535.tar.zst
tar -C /rootfs --extract --file base-20240726.0.249719.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="20240725.0.249535"
LABEL org.opencontainers.image.version="20240726.0.249719"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-25T09:08:05+00:00"
LABEL org.opencontainers.image.created="2024-07-26T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240725.0.249535' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240726.0.249719' /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/20240725.0.249535/base-devel-20240725.0.249535.tar.zst" && \
echo "0de0795f233aef505713a81aa99a010602ccafff43a631417b2c8e3bebcedffe base-devel-20240725.0.249535.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240726.0.249719/base-devel-20240726.0.249719.tar.zst" && \
echo "06330630ac9653e6dd4ead5641c86a0321f383f7388c49ea131fbe8782e7fd09 base-devel-20240726.0.249719.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240725.0.249535.tar.zst
tar -C /rootfs --extract --file base-devel-20240726.0.249719.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="20240725.0.249535"
LABEL org.opencontainers.image.version="20240726.0.249719"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-25T09:08:05+00:00"
LABEL org.opencontainers.image.created="2024-07-26T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240725.0.249535' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240726.0.249719' /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/20240725.0.249535/multilib-devel-20240725.0.249535.tar.zst" && \
echo "99b52d1bec4b79274ca2974819f352b88ec1d73adbf33efacfd012affae06350 multilib-devel-20240725.0.249535.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240726.0.249719/multilib-devel-20240726.0.249719.tar.zst" && \
echo "e94443a62a336001739529598c993337d628c2612c4e3ed06128cd274de9506b multilib-devel-20240726.0.249719.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240725.0.249535.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240726.0.249719.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="20240725.0.249535"
LABEL org.opencontainers.image.version="20240726.0.249719"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-25T09:08:05+00:00"
LABEL org.opencontainers.image.created="2024-07-26T09:07:31+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240725.0.249535' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240726.0.249719' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]