Skip to content
Snippets Groups Projects
Commit 57ad784b authored by Arch Linux Docker release bot's avatar Arch Linux Docker release bot
Browse files

Release 20201115.0.9096

parent df41327a
No related branches found
Tags 20191011
No related merge requests found
......@@ -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/181/download)" && \
sha256sum -c <<< "2191a24be7a20154df9ff21422f0face1822fabe1e363e5ba38286a3d92d5d6e base-20201115.0.9067.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/185/download)" && \
sha256sum -c <<< "8c1dd3bf85c166b09a613b41e6f5933968c21f21fc683edcb113eda29df55ee3 base-20201115.0.9096.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
......
......@@ -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/183/download)" && \
sha256sum -c <<< "01215240755d9de40201cdee691ed789b1861dfa78b20d8c26b2a798ebd5eb07 base-devel-20201115.0.9067.tar.xz" && \
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/187/download)" && \
sha256sum -c <<< "734ea44653eb1d8b860490dc365233996e48609febd8d22de2d96a73855bfe74 base-devel-20201115.0.9096.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment