Release 20210709.0.28621

This commit is contained in:
Arch Linux Docker release bot 2021-07-09 09:08:29 +00:00
parent 09a2fe1fa4
commit 0ac781b3a9
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/v20210708.0.28561
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1157/download)" && \
sha256sum -c <<< "047b9e477651f234dd387aac16faea4ebd7109124f703f4603420f982c0d10e7 base-20210708.0.28561.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210709.0.28621
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1161/download)" && \
sha256sum -c <<< "83eba7dc4fe2a79114ef386da66100ab166dc541c2e18e3a4a09c19058c6b0a1 base-20210709.0.28621.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/v20210708.0.28561
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1159/download)" && \
sha256sum -c <<< "9a28b741a1dc61f71ac119baf24d1653b0f88384fe1055eedd86302fd44fa285 base-devel-20210708.0.28561.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210709.0.28621
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1163/download)" && \
sha256sum -c <<< "05ea468f60d6a8e7b7647ab5288d6ed48794f1a5edf0f6a8d09383332e9baadb base-devel-20210709.0.28621.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"