Release 20210908.0.33927

This commit is contained in:
Arch Linux Docker release bot 2021-09-08 09:08:09 +00:00
parent 2b736cc8ce
commit 43fd5eec6d
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/v20210907.0.33865
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1454/download)" && \
sha256sum -c <<< "08340ddb4dbfd5b882f123b33e5f09fc5744967d3c5d05a73d735da045dbb9ae base-20210907.0.33865.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210908.0.33927
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1458/download)" && \
sha256sum -c <<< "c40e7ac01ce50e90332c452a03d2a78b0e7b817fd02a28f2be8bbe7add00a811 base-20210908.0.33927.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/v20210907.0.33865
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1456/download)" && \
sha256sum -c <<< "e5c6ee192de8d23a48a23962c69ef9a407268f9a9987cf803d2049c73ce03e44 base-devel-20210907.0.33865.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210908.0.33927
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1460/download)" && \
sha256sum -c <<< "97d2b2f4faa9a438a890f925edf66103c697927837fea1d23857608b07832d98 base-devel-20210908.0.33927.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"