From 40eecf1dcdc33f56ef23521e2bc64e8d7570fef5 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Apr 19 2022 21:03:35 +0000 Subject: Hack to make the images work with docker on el7 --- diff --git a/make-hyperscale-container.sh b/make-hyperscale-container.sh index 55072cc..a69f70b 100755 --- a/make-hyperscale-container.sh +++ b/make-hyperscale-container.sh @@ -29,6 +29,10 @@ fi script=$(mktemp) trap 'rm -f $script' EXIT +# Hack to make these work with docker on el7 +# https://access.redhat.com/solutions/6843481 +export BUILDAH_FORMAT=docker + newcontainer=$(buildah from scratch) cat > "$script" <