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

Release 20210315.0.17371

parent c5b00352
No related branches found
Tags 23.04.0-1
No related merge requests found
......@@ -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/v20210314.0.17195
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/665/download)" && \
sha256sum -c <<< "84daa7ecf90f8238c14fe8002b8006206af95fd13e484d179863f5d180285723 base-20210314.0.17195.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210315.0.17371
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/669/download)" && \
sha256sum -c <<< "b12d0a72798b1937a5b2296b34062d5804e4725869fa28b70995c8e7c40ad9b8 base-20210315.0.17371.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/v20210314.0.17195
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/667/download)" && \
sha256sum -c <<< "dae65dc5ec3feaada702c2270c9cc0ec3aff5c2aaba928287911bcbd38536245 base-devel-20210314.0.17195.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20210315.0.17371
RUN ROOTFS="$(curl -sOJL --continue-at - -w "%{filename_effective}" https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/671/download)" && \
sha256sum -c <<< "d6d23dc4493f612001e1fcddca5223b3b5ac97f5e6355af08ca64522cec2d648 base-devel-20210315.0.17371.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