This change updates all uses of docker to podman and removes our docker installation process from zuul and our local test process. Change-Id: I17aff14d915801d1fee81a605ef8269f964fab4achanges/51/752651/7
@ -1,8 +0,0 @@ | |||
#!/bin/bash | |||
set -euxo pipefail | |||
# Used by Zuul CI to perform extra bootstrapping | |||
# Workaround for a potential: | |||
# Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock | |||
# See https://docs.docker.com/install/linux/linux-postinstall/ | |||
newgrp docker || true |