File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ baseImageOverrides:
3
3
# git-init uses a base image that includes Git, and supports running either
4
4
# as root or as user nonroot with UID 65532.
5
5
github.com/tektoncd/pipeline/cmd/git-init : gcr.io/tekton-nightly/github.com/tektoncd/pipeline/git-init-build-base:latest
6
+
7
+ # pullrequest-init supports running either as root or as user with UID 65532.
8
+ github.com/tektoncd/pipeline/cmd/pullrequest-init : gcr.io/distroless/static
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ spec:
110
110
111
111
# This matches values configured in .ko.yaml
112
112
$(params.package)/cmd/git-init: ${CONTAINER_REGISTRY}/$(params.package)/git-init-build-base:latest
113
+ $(params.package)/cmd/pullrequest-init: gcr.io/distroless/static
113
114
EOF
114
115
115
116
cat ${PROJECT_ROOT}/.ko.yaml
You can’t perform that action at this time.
0 commit comments