From 2eecf2d378cb1406ee985fd30168ed6359cbbdf5 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:20:08 +0100 Subject: [PATCH] Update 0034-build-docker-with-kaniko.md --- docs/adrs/0034-build-docker-with-kaniko.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/adrs/0034-build-docker-with-kaniko.md b/docs/adrs/0034-build-docker-with-kaniko.md index 5cd7cad..ebcc531 100644 --- a/docs/adrs/0034-build-docker-with-kaniko.md +++ b/docs/adrs/0034-build-docker-with-kaniko.md @@ -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