From f2a1276a9e15775e68df6ee02d51838cb7765832 Mon Sep 17 00:00:00 2001 From: dlorenc Date: Sun, 12 Sep 2021 04:25:46 -0500 Subject: [PATCH] Switch the release cosign container to debug. (#649) We need a shell in there. Signed-off-by: Dan Lorenc --- release/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/cloudbuild.yaml b/release/cloudbuild.yaml index f910ffd0f84..ffa3709fe51 100644 --- a/release/cloudbuild.yaml +++ b/release/cloudbuild.yaml @@ -105,4 +105,4 @@ substitutions: _KEY_NAME: 'honk-crypto' _KEY_VERSION: '1' _KEY_LOCATION: 'global' - _RUNTIME_IMAGE: 'gcr.io/distroless/static' + _RUNTIME_IMAGE: 'gcr.io/distroless/static:debug-nonroot'