Release 20201213.0.11225

This commit is contained in:
Arch Linux Docker release bot 2020-12-13 09:25:12 +00:00
parent f70853f3a0
commit 8eee2f6f71
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/v20201213.0.11146
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/313/download)" && \
sha256sum -c <<< "94c7297b8d2af7bd28e59f2f4c784399c61891ce78ed7e2d4b165059b6eb03c1 base-20201213.0.11146.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201213.0.11225
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/317/download)" && \
sha256sum -c <<< "1412202c19031fa1e982e84a05fc9e4bc73d7dae7b35c54ef46ba2aca0d23c75 base-20201213.0.11225.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/v20201213.0.11146
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/315/download)" && \
sha256sum -c <<< "c0c4598afe40935b83113d6c723a8a57827adcbfee6ff171720e2c0f5fc751e7 base-devel-20201213.0.11146.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20201213.0.11225
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/319/download)" && \
sha256sum -c <<< "1029867c4d0ef0ee0083507655f4c0d7a9322f85d3b5ae959b3daad75dccd417 base-devel-20201213.0.11225.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"