From 1390c44e4fe12c81d28dac64a3177a2c11602bc5 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Thu, 26 Sep 2024 11:22:03 -0400 Subject: [PATCH] Update base image used in ko build (#1205) (#1212) The default base image, cgr.dev/chainguard/static, no longer provides all the platforms the Chains controller claims support for. Signed-off-by: Luiz Carvalho --- .ko.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .ko.yaml diff --git a/.ko.yaml b/.ko.yaml new file mode 100644 index 0000000000..d1cfe450b7 --- /dev/null +++ b/.ko.yaml @@ -0,0 +1,4 @@ +--- +# The default base image, cgr.dev/chainguard/static, no longer provides all the platforms the Chains +# controller claims support for. +defaultBaseImage: ghcr.io/wolfi-dev/static:alpine