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

Release 20220410.0.52582

parent deb74ebf
No related branches found
Tags v20220410.0.52582
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/v20220410.0.52530
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2334/download")" && \
sha256sum -c <<< "b286541ebee649536f1999dec25fa76577b7efd0571ec150fd23ee9121455342 base-20220410.0.52530.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220410.0.52582
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2338/download")" && \
sha256sum -c <<< "c6ebe49258ef6d6f77207fc7717bc0dfbc6fcebc2d6282b0264ae87b45f7ed54 base-20220410.0.52582.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/v20220410.0.52530
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2336/download")" && \
sha256sum -c <<< "19a8ea09e024fbd01000f602fbf116d49c2da5e8de4488bb757526ad9dfe91fe base-devel-20220410.0.52530.tar.xz" && \
# https://gitlab.archlinux.org/archlinux/archlinux-docker/-/releases/v20220410.0.52582
RUN ROOTFS="$(curl -sOJL -w "%{filename_effective}" "https://gitlab.archlinux.org/archlinux/archlinux-docker/-/package_files/2340/download")" && \
sha256sum -c <<< "43e9e3fff39070e3c7ed411d124eae79fef46919e8dbdfe035f79af13863d018 base-devel-20220410.0.52582.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