From 4cb639be28359c83883455d6d26bc35d5ea2c523 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Wed, 24 Jul 2024 17:35:52 -0400 Subject: [PATCH] Use a different 'static' image that supports s390x and ppc Updated image is recommended by Chainguard Details here: https://www.chainguard.dev/unchained/changes-to-static-git-and-busybox-developer-images-2 --- .ko.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ko.yaml b/.ko.yaml index 275f7632220b..f9079ac25e40 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -1,3 +1,4 @@ # Use :nonroot base image for all containers +defaultBaseImage: ghcr.io/wolfi-dev/static:alpine baseImageOverrides: - knative.dev/serving/vendor/github.com/tsenart/vegeta/v12: ubuntu:latest + github.com/tsenart/vegeta/v12: ubuntu:latest