Release 20201108.0.8567

This commit is contained in:
Arch Linux Docker release bot 2020-11-08 00:24:40 +00:00
parent b9b41406b7
commit 5caaec7040
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/145/download)" && \
sha256sum -c <<< "e566b58115f83df224b42356936877a49edef06450c2d40ff59a255cb4d3af41 base-20201107.0.8517.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/149/download)" && \
sha256sum -c <<< "6d7806892c9f060e6f9e2495e854dff05f32b230f308966b2b622a4ea5baee25 base-20201108.0.8567.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"

View File

@ -11,8 +11,8 @@
FROM alpine:3.12 AS verify
RUN apk add --no-cache curl bash
SHELL ["/bin/bash", "-c"]
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/147/download)" && \
sha256sum -c <<< "a3d5b89de7e908bcb49aefca8c39f9d031322145cd497ed2cebcdb9d592178cf base-devel-20201107.0.8517.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/151/download)" && \
sha256sum -c <<< "c0a1fb01db30fbad2954d91308bc5813c482e890ae09d4233383fd91832a788b base-devel-20201108.0.8567.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"