Release 20240908.0.261381

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-09-08 09:07:50 +00:00
parent fdcc9fde44
commit 8bb98aaabc
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/20240908.0.261281/base-20240908.0.261281.tar.zst" && \
echo "1e2e7e0f5cffff81adc2120ab5e805fbf4b342654a4486e738e83664c005fdd1 base-20240908.0.261281.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240908.0.261381/base-20240908.0.261381.tar.zst" && \
echo "92b481764db41c8316bba30a42de3cbbab346eea7375627dbda8bbac8176adcf base-20240908.0.261381.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240908.0.261281.tar.zst
tar -C /rootfs --extract --file base-20240908.0.261381.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="20240908.0.261281"
LABEL org.opencontainers.image.version="20240908.0.261381"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-08T00:07:27+00:00"
LABEL org.opencontainers.image.created="2024-09-08T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240908.0.261281' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240908.0.261381' /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/20240908.0.261281/base-devel-20240908.0.261281.tar.zst" && \
echo "2194589bc56cd2752c16f8116bd6834b72d5f03516cc342bf70e63ad37bf7bc4 base-devel-20240908.0.261281.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240908.0.261381/base-devel-20240908.0.261381.tar.zst" && \
echo "98bf5ff0158c6ca39751ae5dd7d0d93511ccfd5a23ff774597f482a526838c0a base-devel-20240908.0.261381.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240908.0.261281.tar.zst
tar -C /rootfs --extract --file base-devel-20240908.0.261381.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="20240908.0.261281"
LABEL org.opencontainers.image.version="20240908.0.261381"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-08T00:07:27+00:00"
LABEL org.opencontainers.image.created="2024-09-08T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240908.0.261281' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240908.0.261381' /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/20240908.0.261281/multilib-devel-20240908.0.261281.tar.zst" && \
echo "c34877fe4122c496ee2826ce27f8e46aeb6d7a63a33a6e0c8d9fd080822d3ea6 multilib-devel-20240908.0.261281.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240908.0.261381/multilib-devel-20240908.0.261381.tar.zst" && \
echo "3bcb167b338d7db93f7cd41a8a513478bdd696d863cfdee11b2592224c34cec0 multilib-devel-20240908.0.261381.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240908.0.261281.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240908.0.261381.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="20240908.0.261281"
LABEL org.opencontainers.image.version="20240908.0.261381"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-09-08T00:07:27+00:00"
LABEL org.opencontainers.image.created="2024-09-08T09:07:49+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240908.0.261281' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240908.0.261381' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]