Release 20210522.0.23603

This commit is contained in:
Arch Linux Docker release bot 2021-05-22 09:08:03 +00:00
parent a53a41c7c6
commit afc3e46b9c
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/v20210521.0.23538
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/937/download)" && \
sha256sum -c <<< "0604111f4a4cf7fff06ed0dea39c0f59835adc26edbbe5d383b8ff76a802217f base-20210521.0.23538.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210522.0.23603
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/941/download)" && \
sha256sum -c <<< "9725af6b46a42a0a10e3c09f858ae598b59d831ade8e7071021bb8bf26985d85 base-20210522.0.23603.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/v20210521.0.23538
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/939/download)" && \
sha256sum -c <<< "b15385a49a6d7691e17c695226257612c54db6aeb55e252936c8043a9eec6082 base-devel-20210521.0.23538.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210522.0.23603
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/943/download)" && \
sha256sum -c <<< "b8210e999a11a7f05c85179326d7e3c9ab7ca5a271effaff038ea9f17130c2e0 base-devel-20210522.0.23603.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"