Release 20211001.0.35382

This commit is contained in:
Arch Linux Docker release bot 2021-10-01 09:08:48 +00:00
parent 5b72b04f9d
commit 168f3fbeb7
2 changed files with 6 additions and 6 deletions

View File

@ -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/v20210930.0.35338
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1546/download")" && \
sha256sum -c <<< "87a987f9e1f81178606029f92570c951d03744d8e17c56f6115bae3fb85688e2 base-20210930.0.35338.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211001.0.35382
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1550/download")" && \
sha256sum -c <<< "6b133350fded6578be227b269e7a610fddd40c33f439a478f441322544dd8627 base-20211001.0.35382.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"

View File

@ -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/v20210930.0.35338
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1548/download")" && \
sha256sum -c <<< "599d578c9a16ba459cb48d62845570ccfbe19a5ac99e59fba19a89c621d04397 base-devel-20210930.0.35338.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20211001.0.35382
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/1552/download")" && \
sha256sum -c <<< "703ea42313b0b3710227f4a5f9c71902921b4c36ebc2f4d6d34bb25f8781e97a base-devel-20211001.0.35382.tar.xz" && \
mkdir /rootfs && \
tar -C /rootfs --extract --file "${ROOTFS}"