Update readme for debug image

This commit is contained in:
Priya Wadhwa 2018-04-25 16:06:17 -07:00
parent 05b2c0c073
commit 02f199e101
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
1 changed files with 5 additions and 0 deletions

View File

@ -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