1
0
mirror of https://github.com/ko-build/ko.git synced 2025-02-10 19:41:38 +02:00

Format markdown

Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
This commit is contained in:
Matt Moore (via Sockpuppet) 2020-09-30 01:29:56 +00:00
parent 61fbde832a
commit 0bdf5ee792

View File

@ -353,9 +353,9 @@ If neither is present, then `ko` will rely on its default behaviors.
### Overriding the default base image
By default, `ko` makes use of `gcr.io/distroless/static:nonroot` as the base image
for containers. There are a wide array of scenarios in which overriding this
makes sense, for example:
By default, `ko` makes use of `gcr.io/distroless/static:nonroot` as the base
image for containers. There are a wide array of scenarios in which overriding
this makes sense, for example:
1. Pinning to a particular digest of this image for repeatable builds,
1. Replacing this streamlined base image with another with better debugging