Release 20240718.0.248093

This commit is contained in:
GITLAB_PROJECT_TOKEN 2024-07-18 09:07:29 +00:00
parent 8486f86222
commit 26a42a1958
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/20240717.0.247907/base-20240717.0.247907.tar.zst" && \
echo "21a266792920fb04d16aad509aca92ee24b67b6be7d07c6bd61a21da25e885f0 base-20240717.0.247907.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240718.0.248093/base-20240718.0.248093.tar.zst" && \
echo "03f6771982e0db7e4d1de2c55b38516fc1a6648d2c75c8b571a22e9927ee2916 base-20240718.0.248093.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-20240717.0.247907.tar.zst
tar -C /rootfs --extract --file base-20240718.0.248093.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="20240717.0.247907"
LABEL org.opencontainers.image.version="20240718.0.248093"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-17T09:07:35+00:00"
LABEL org.opencontainers.image.created="2024-07-18T09:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240717.0.247907' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240718.0.248093' /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/20240717.0.247907/base-devel-20240717.0.247907.tar.zst" && \
echo "94cf376bf9ea07b0205c5ec65449e0cc41d6f6e1cc0cd3682679e64f9679d108 base-devel-20240717.0.247907.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240718.0.248093/base-devel-20240718.0.248093.tar.zst" && \
echo "ad185711f43d33b76610a09470e5114962bc7b84cf40111a4ec43f61e5850872 base-devel-20240718.0.248093.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file base-devel-20240717.0.247907.tar.zst
tar -C /rootfs --extract --file base-devel-20240718.0.248093.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="20240717.0.247907"
LABEL org.opencontainers.image.version="20240718.0.248093"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-17T09:07:35+00:00"
LABEL org.opencontainers.image.created="2024-07-18T09:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240717.0.247907' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240718.0.248093' /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/20240717.0.247907/multilib-devel-20240717.0.247907.tar.zst" && \
echo "b70f3f074241f0bd21dee05605b43b6687bdbfcf8699be0eb8e244790575d0fe multilib-devel-20240717.0.247907.tar.zst" > /tmp/sha256sums.txt && \
RUN curl -sOJL "https://gitlab.archlinux.org/api/v4/projects/10185/packages/generic/rootfs/20240718.0.248093/multilib-devel-20240718.0.248093.tar.zst" && \
echo "d827afdcd1ee9e6aab071ce35d9749f5c7708ce1ca950676ede37b4e5e03f4fb multilib-devel-20240718.0.248093.tar.zst" > /tmp/sha256sums.txt && \
sha256sum -c /tmp/sha256sums.txt && \
mkdir /rootfs && \
tar -C /rootfs --extract --file multilib-devel-20240717.0.247907.tar.zst
tar -C /rootfs --extract --file multilib-devel-20240718.0.248093.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="20240717.0.247907"
LABEL org.opencontainers.image.version="20240718.0.248093"
LABEL org.opencontainers.image.revision="61cb892bfc251e46f73e716ceb3b903ec4e9e725"
LABEL org.opencontainers.image.created="2024-07-17T09:07:35+00:00"
LABEL org.opencontainers.image.created="2024-07-18T09:07:28+00:00"
COPY --from=verify /rootfs/ /
RUN ldconfig && \
sed -i '/BUILD_ID/a VERSION_ID=20240717.0.247907' /etc/os-release
sed -i '/BUILD_ID/a VERSION_ID=20240718.0.248093' /etc/os-release
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]