Description
Container images can be built inside Kubernetes without relying on a local Docker daemon.
It is useful for CI systems and cluster-native build pipelines that turn Dockerfiles into registry images. Image builds can publish executable software and secrets can leak into layers, so review build context and credentials.