mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-05 13:56:16 +02:00
Release 20201103.0.8378
This commit is contained in:
parent
72f354a556
commit
c9f91e6445
@ -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/125/download)" && \
|
||||
sha256sum -c <<< "a8bedbc3aedcedab891e56d29b3b39ee398e15a9b15ae9f96a480cfe78f221e4 base-20201102.0.8296.tar.xz" && \
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/129/download)" && \
|
||||
sha256sum -c <<< "75e95426377466f468c4127866fa0d10d3ec18187c44506fa4a399037318b972 base-20201103.0.8378.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/127/download)" && \
|
||||
sha256sum -c <<< "469296106ce82dd91b7a54b567b0262dcf0dbd0e466414954ed50a5762c5d7f5 base-devel-20201102.0.8296.tar.xz" && \
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/131/download)" && \
|
||||
sha256sum -c <<< "0321459798a00e4d855985fd92fcdaa03cf994f4bfeafa4a039e5f3443f64fc5 base-devel-20201103.0.8378.tar.xz" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file "${ROOTFS}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user