ploigos / ploigos-containers

Container image definitions for the Ploigos project.
GNU General Public License v3.0
7 stars 14 forks source link

default the podman/buildah/skopeo storage driver to VFS #80

Closed itewk closed 2 years ago

itewk commented 2 years ago

Purpose

default the podman/buildah/skopeo storage driver to VFS because iss what works in rootless mode.

NOTE: brand new kernels can support rootless overlay but it isn't wide spread enough yet to be useful, but when it is can be overriden with env var and the default can be changed when it makes sense

This also fixes bug where needed the podman socket in jkube to be set to the same storage driver as the podman commands run in other steps which are currently hard coded to vfs.

related / dependent on

integration testing

jenkins