Skip to content

Commit

Permalink
Change base image for openshift platform
Browse files Browse the repository at this point in the history
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
  • Loading branch information
piyush-garg authored and tekton-robot committed Mar 19, 2021
1 parent 027024e commit 29aff0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ko.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
defaultBaseImage: gcr.io/distroless/static:nonroot
baseImageOverrides:
github.com/tektoncd/operator/cmd/openshift/operator: registry.access.redhat.com/ubi8/ubi-minimal
github.com/tektoncd/operator/cmd/openshift/webhook: registry.access.redhat.com/ubi8/ubi-minimal

0 comments on commit 29aff0f

Please sign in to comment.