From 5856c0a2dbcf99bf7623c6776be73b9d3274c174 Mon Sep 17 00:00:00 2001 From: Amine Date: Mon, 17 Feb 2025 22:17:40 -0800 Subject: [PATCH] chore: switch to distroless base image Switch to smaller distroless/static base image. --- .ko.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.ko.yaml b/.ko.yaml index d8d3bd78..2d850e32 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -1,6 +1,4 @@ -# gently copied from https://github.com/aws/karpenter-provider-aws/blob/main/.ko.yaml - -defaultBaseImage: public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base +defaultBaseImage: gcr.io/distroless/static defaultPlatforms: - linux/arm64 - linux/amd64