Update 0034-build-docker-with-kaniko.md

This commit is contained in:
Ferenc Hammerl
2023-01-04 12:20:08 +01:00
committed by GitHub
parent 0c38d44dbd
commit 2eecf2d378

View File

@@ -39,8 +39,8 @@ To execute a container-action, we run a k8s job by loading the image from the sp
## Limitations
- The user needs to provide a local Docker Registry (TBD on supporting ghcr or dockerhub)
- The user needs to provide a local Docker Registry or config for a remote registry (like ghcr or dockerhub)
- Potential incompatibilities / inconsistencies between Docker and Kaniko, none is known at this time
## Consequences
- Users can now run AND build container-actions with a local Dockerfile in their k8s cluster
- Users build container-actions with a local Dockerfile in their k8s cluster without a privileged docker builder container