Skip to content

Commit

Permalink
fix ko patch
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jul 29, 2024
1 parent c7c1057 commit 41c5d2a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions openshift/patches/100-ko-baseimage.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
diff --git a/.ko.yaml b/.ko.yaml
index 275f76322..bceaa1320 100644
index f9079ac25..bceaa1320 100644
--- a/.ko.yaml
+++ b/.ko.yaml
@@ -1,3 +1,5 @@
@@ -1,4 +1,5 @@
# Use :nonroot base image for all containers
-defaultBaseImage: ghcr.io/wolfi-dev/static:alpine
+defaultBaseImage: registry.access.redhat.com/ubi8/ubi-minimal:latest
baseImageOverrides:
- github.com/tsenart/vegeta/v12: ubuntu:latest
+ knative.dev/serving/test/test_images/runtime: gcr.io/distroless/static:nonroot
knative.dev/serving/vendor/github.com/tsenart/vegeta/v12: ubuntu:latest
+ knative.dev/serving/vendor/github.com/tsenart/vegeta/v12: ubuntu:latest

0 comments on commit 41c5d2a

Please sign in to comment.