40eecf1
@@ -29,6 +29,10 @@
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" <<EOF
https://access.redhat.com/solutions/6843481
:thumbsup:
[ngompa@centos7-skuldvm Downloads]$ sudo docker pull quay.io/centoshyperscale/centos:stream9 Trying to pull repository quay.io/centoshyperscale/centos ... stream9: Pulling from quay.io/centoshyperscale/centos b96110af5d09: Pull complete Digest: sha256:944deacb6a50295d131c235d87a4519cff68f2cd06fd8bf6e3850bfc1c1711cf Status: Downloaded newer image for quay.io/centoshyperscale/centos:stream9
Pull-Request has been merged by dcavalca
https://access.redhat.com/solutions/6843481