Release 20201206.0.10528

This commit is contained in:
Arch Linux Docker release bot 2020-12-06 09:24:33 +00:00
parent 68b39814a9
commit db68858c7e
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/v20201206.0.10501
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/281/download)" && \
sha256sum -c <<< "3c24ca5813cf5c75b5b3ffb727e2e26818238807370ccf9f4213eb9d981e576e base-20201206.0.10501.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201206.0.10528
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/285/download)" && \
sha256sum -c <<< "ff26aa04093f6a8a427b4a4b29249836031540cfa04ded9ccad414f202006227 base-20201206.0.10528.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/v20201206.0.10501
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/283/download)" && \
sha256sum -c <<< "5b8b3ee07b7bab80336898104d638f6f3df56ccf2a6fc7229cdff5a91456bec6 base-devel-20201206.0.10501.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201206.0.10528
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/287/download)" && \
sha256sum -c <<< "09eaf857c5deebd2020b3e83877355e5fd4b05ddb3943b544552fa9d47ae5fe9 base-devel-20201206.0.10528.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"