mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-17 15:21:01 +01:00
Release 20211005.0.35919
This commit is contained in:
parent
e880cdf4fb
commit
7bc12e4c1e
@ -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/v20211004.0.35804
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1566/download")" && \
|
||||
sha256sum -c <<< "951fbf4d7ee5aac20551aa15592b8a4d71ef72de55a153d696229cb99ce712d6 base-20211004.0.35804.tar.xz" && \
|
||||
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211005.0.35919
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1570/download")" && \
|
||||
sha256sum -c <<< "09d1e563ebc1711bc966c31f8d84efb17672aa59e2973d333e4e47cdd06159d5 base-20211005.0.35919.tar.xz" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file "${ROOTFS}"
|
||||
|
||||
|
||||
@ -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/v20211004.0.35804
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1568/download")" && \
|
||||
sha256sum -c <<< "f889174720dbe3a942761d27e16650fceed4c9948e1bdb2e2ea3317998d0d8d7 base-devel-20211004.0.35804.tar.xz" && \
|
||||
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211005.0.35919
|
||||
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1572/download")" && \
|
||||
sha256sum -c <<< "bc9ab74866baa493d45fa6f5b5ef0c935895c7f9e08ef2e9e0eb8b1e428bffcf base-devel-20211005.0.35919.tar.xz" && \
|
||||
mkdir /rootfs && \
|
||||
tar -C /rootfs --extract --file "${ROOTFS}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user