Release 20220124.0.45447

This commit is contained in:
Arch Linux Docker release bot 2022-01-24 09:09:06 +00:00
parent 7f13395e9a
commit 2925521fa6
2 changed files with 6 additions and 6 deletions

View File

@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220123.0.45351
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1984/download")" && \
sha256sum -c <<< "2f029032b8f25597cfc974fe9d0c184df4b72dc24a1a9ee3d1234ab7d891e5a1 base-20220123.0.45351.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220124.0.45447
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1988/download")" && \
sha256sum -c <<< "31eefc622c93080230af7acc3e8d0aa4e3b57b54e30cf73fc4260b386dd19b27 base-20220124.0.45447.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"

View File

@ -11,9 +11,9 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220123.0.45351
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1986/download")" && \
sha256sum -c <<< "78d0519cd63e9b9d4cbefbd62f2b680dac60f4c4a4f01c436cfab3c928831ef5 base-devel-20220123.0.45351.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220124.0.45447
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1990/download")" && \
sha256sum -c <<< "79b00b0c97dd4f82fcda9149d403674592c4fdb54e3c625f03c7f67f9a8cb177 base-devel-20220124.0.45447.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"