then this would allow containers to run as root(0) the git-clone task uses the alpine image quay.io/ibmgaragecloud/alpine-git this image is the one from dockerhub and runs as root(0)
the problem is the next step/container runs as devops(10001) user and it doesn't have write access to the files created in /source
In openshift OCP47 the buildah task requires privilege without it can't build the image
then this would allow containers to run as root(0) the git-clone task uses the alpine image
quay.io/ibmgaragecloud/alpine-git
this image is the one from dockerhub and runs asroot(0)
the problem is the next step/container runs asdevops(10001)
user and it doesn't have write access to the files created in/source
Fixes #135 Fixes #131