From 02f199e101fc3acd0abd341367e30753c492c938 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Wed, 25 Apr 2018 16:06:17 -0700 Subject: [PATCH] Update readme for debug image --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f3133bf89..9e7fa2534 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Please let us know if you have any feature requests or find any bugs! - [Running kaniko in Google Container Builder](#running-kaniko-in-google-container-builder) - [Running kaniko locally](#running-kaniko-locally) - [Pushing to Different Registries](#pushing-to-different-registries) + - [Debug Image](#debug-image) - [Security](#security) - [Comparison with Other Tools](#comparison-with-other-tools) - [Community](#community) @@ -145,6 +146,10 @@ kaniko uses Docker credential helpers to push images to a registry. kaniko comes with support for GCR, but configuring another credential helper should allow pushing to a different registry. +### Debug Image + +We provide `gcr.io/kaniko-project/executor:debug` as a a version of the executor image based off a Debian image. +This provides a shell and can be useful for debugging. ## Security