kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster.
I have a Dockerfile which I can build using kaniko in the GitLab CI/CD pipeline. Currently the build stage …
docker continuous-integration gitlab-ci kaniko