From 4f6e3da7e434f853a9dee0f55dbb41dd8f7f29f2 Mon Sep 17 00:00:00 2001 From: Appu Date: Thu, 14 Sep 2023 12:28:57 -0400 Subject: [PATCH 1/2] Update .ko.yaml Use debian12 base image Signed-off-by: Appu --- .ko.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ko.yaml b/.ko.yaml index 18c35c779..2d89710ab 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -14,7 +14,7 @@ # limitations under the License. # We need a shell for a lot of redirection/piping to work -defaultBaseImage: gcr.io/distroless/base:debug-nonroot +defaultBaseImage: gcr.io/distroless/base-debian12:debug-nonroot builds: - id: rekor-server From 510a26f37a2d60b6f66e8cab34557b686cec59cd Mon Sep 17 00:00:00 2001 From: Hayden B Date: Wed, 20 Sep 2023 14:51:35 -0700 Subject: [PATCH 2/2] Update .ko.yaml Signed-off-by: Hayden B --- .ko.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ko.yaml b/.ko.yaml index 2d89710ab..18b4c9d2c 100644 --- a/.ko.yaml +++ b/.ko.yaml @@ -13,8 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# We need a shell for a lot of redirection/piping to work -defaultBaseImage: gcr.io/distroless/base-debian12:debug-nonroot +defaultBaseImage: gcr.io/distroless/static-debian12:nonroot builds: - id: rekor-server