Skip to content

Commit 29aff0f

Browse files
piyush-gargtekton-robot
authored andcommitted
Change base image for openshift platform
This will change the base image used for image builds issue of webhook image failing on openshift because of non root and require 65532 user is also fixed
1 parent 027024e commit 29aff0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ko.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
defaultBaseImage: gcr.io/distroless/static:nonroot
2+
baseImageOverrides:
3+
github.com/tektoncd/operator/cmd/openshift/operator: registry.access.redhat.com/ubi8/ubi-minimal
4+
github.com/tektoncd/operator/cmd/openshift/webhook: registry.access.redhat.com/ubi8/ubi-minimal

0 commit comments

Comments
 (0)