From 4bb0f1d44eebf79b6c1f0a2a42d3fed2b2b12ddf Mon Sep 17 00:00:00 2001 From: zhangtbj Date: Thu, 25 Feb 2021 19:34:40 +0800 Subject: [PATCH] Refine the comment for git init base image --- .ko.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ko.yaml b/.ko.yaml index 9d4bc3c7808..231d37aff40 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -1,7 +1,6 @@ defaultBaseImage: gcr.io/distroless/static:nonroot baseImageOverrides: - # These base images run as root, which is needed for how they handle SSH credentials. - # They are produced from ./images/Dockerfile + # git-init uses a base image that supports running either as root or as user nonroot with UID 65532. github.com/tektoncd/pipeline/cmd/git-init: gcr.io/tekton-nightly/github.com/tektoncd/pipeline/build-base:latest # PullRequest resource needs root because in output mode it needs to access pr.json