Release 20210420.0.20346

This commit is contained in:
Arch Linux Docker release bot 2021-04-20 09:08:03 +00:00
parent ec909dcadf
commit 3d8cea5179
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/v20210419.0.20289
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/797/download)" && \
sha256sum -c <<< "afaea41124c2965a4f2e138013d9ad5b1409e9c676b93895c6c6407684f63b65 base-20210419.0.20289.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210420.0.20346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/801/download)" && \
sha256sum -c <<< "563946251104564692734091019ab7f74999d80f347c6c156e838005a467f35d base-20210420.0.20346.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/v20210419.0.20289
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/799/download)" && \
sha256sum -c <<< "4aab2ecb2984b798c87fc210870a44fc7b8d34b42b3e65ee9f264fc52718836f base-devel-20210419.0.20289.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210420.0.20346
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/803/download)" && \
sha256sum -c <<< "e480bcdbdaa1d273c35838af77193d1430f17f4d92a30f3b0ede598088369038 base-devel-20210420.0.20346.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"