minishift-centos-iso icon indicating copy to clipboard operation
minishift-centos-iso copied to clipboard

Add podman, cri-o and buildah packages to centos

Open praveenkumar opened this issue 6 years ago • 3 comments

Since now podman, buildah and cri-o are pretty mature projects in container space, we should add those so the user can try them separately if they want to. This will mostly for developers use case.

praveenkumar avatar May 21 '18 10:05 praveenkumar

Be careful as these packages can generate inconsistencies as they require different cni configuration than openshift in the future. Not relevant yet for minishift as it uses cluster up, but beware of this and the configuration these tools require.

jorgemoralespou avatar Jun 29 '18 12:06 jorgemoralespou

Include skopeo

jorgemoralespou avatar Jun 29 '18 12:06 jorgemoralespou

Note that you will have to do some special tricks ($BUILDAH_NOPIVOT), to run buildah from tmpfs: https://github.com/kubernetes/minikube/pull/3225

The warning above is relevant, since e.g. podman doesn't work with the minikube cni configuration... i.e. rkt.kubernetes.io bridge

afbjorklund avatar Oct 09 '18 05:10 afbjorklund