From 2ccd41c448369ef98d1cd785f75ebfa51bc8ac94 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Fri, 7 Apr 2023 15:10:49 -0700 Subject: [PATCH] Cleanup: Switch the debug image to `cgr.dev/chainguard/busybox` (#1638) :broom: This doesn't have `glibc` (like `base`) and just has the `busybox` necessities. /kind cleanup --- .ko/debug/.ko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ko/debug/.ko.yaml b/.ko/debug/.ko.yaml index ded0f59cf..3218244d6 100644 --- a/.ko/debug/.ko.yaml +++ b/.ko/debug/.ko.yaml @@ -1 +1 @@ -defaultBaseImage: gcr.io/distroless/base:debug +defaultBaseImage: cgr.dev/chainguard/busybox