Kaniko

127

Kaniko is an open-source tool for building container images from a Dockerfile inside a container or Kubernetes cluster without privileged root access.

Stuff you wanna know:

  1. You can run kaniko in a standard Kubernetes cluster where you can’t have access to privileges or a Docker daemon.
  2. Kaniko doesn’t depend on a Docker daemon.
  3. Kaniko executes each command within a Dockerfile completely in userspace.
  4. Kaniko is meant to be run as an image: gcr.io/kaniko-project/executor.

More stuff: