From e6c2a1902db96e4f0670bcabff9d951a1a7e7868 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Mon, 16 Sep 2024 18:07:21 -0400 Subject: [PATCH] Update base image used in ko build (#1205) 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