Perform a kaniko build on a Red Hat OpenShift cluster and push the image to a registry

2 · Red Hat · June 18, 2021, 9:05 a.m.
Typically, building containers and images from a standard Dockerfile requires root access and permissions. This can create a challenge when working with public or shared clusters. For example, cluster admins don't often allow permissions to run this type of workload, as it might compromise the security of the entire cluster. In these situations, many developers use a build tool such as kaniko to simplify the effort. Kaniko can build your images without requiring root access. This capability make...