you don't need to erase docker. buildah and docker can coexist. ________________________________ From: [email protected] [[email protected]] on behalf of Neale Ferguson [[email protected]] Sent: Tuesday, February 26, 2019 12:46 PM To: Adam Kaplan Cc: Openshift Subject: Re: Docker level for building 3.11
Thanks. buildah-1.5.2 appears to be the latest. So I need to: 1. yum erase docker 2. yum install buildah What provides the docker daemon? Neale This is a part of the multistage build syntax introduced in Docker 17.05 [1]. This is available through the centos-extras repo, and requires you to uninstall any other installations of docker. I recommend using buildah instead [3]. [1] https://docs.docker.com/develop/develop-images/multistage-build [2] https://docs.docker.com/install/linux/docker-ce/centos/ [3] https://github.com/containers/buildah
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
