mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-10 03:41:22 +01:00
Release 20201117.0.9339
This commit is contained in:
parent
0151ca122c
commit
1d8387cda0
@ -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/189/download)" && \
|
||||
sha256sum -c <<< "9135ab766e5c17f0e7aea623b6b8c70e7a5816ec422c341b3303980a206da79f base-20201116.0.9249.tar.xz" && \
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/193/download)" && \
|
||||
sha256sum -c <<< "3defaf21959b844adaa5e7cfce25e2e879ee5e6e21c77bd5b43f13ec6dc61c03 base-20201117.0.9339.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/191/download)" && \
|
||||
sha256sum -c <<< "db1daa2d6e9f540480746191766b8f66f27dbaacdc0d069630b4b0ca0a0a83d4 base-devel-20201116.0.9249.tar.xz" && \
|
||||
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/195/download)" && \
|
||||
sha256sum -c <<< "d4cc060c373daee8d0c0bb9eb830c49b5767f76308eaddfc6ff0bf1fdb56c752 base-devel-20201117.0.9339.tar.xz" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file "${ROOTFS}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user