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

Release 20201112.0.8839

parent 5ee52837
No related merge requests found
......@@ -12,7 +12,7 @@ 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//download)" && \
sha256sum -c <<< "ddb0441d3ce49be10340d019845dc6f6604bd822145d151d6c064523e64f4190 base-20201111.0.8788.tar.xz" && \
sha256sum -c <<< "2a10ee06fa39804f7f95b1cffb2b355a92a0d916a366f7f79f5a63152daa2ff5 base-20201112.0.8839.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"
......
......@@ -12,7 +12,7 @@ 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//download)" && \
sha256sum -c <<< "7bb17b54e98df6a93cefddc80a1647295f66e9c00afe7a2e46a65486e68e8cff base-devel-20201111.0.8788.tar.xz" && \
sha256sum -c <<< "b246371f1ff37bc841d5a3ffdaa1bb2a8b228e3e129b8a659ca0d34731dd08d7 base-devel-20201112.0.8839.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