From 0bdf5ee792ea30b8db2cc55298de603cb85c7abd Mon Sep 17 00:00:00 2001 From: "Matt Moore (via Sockpuppet)" Date: Wed, 30 Sep 2020 01:29:56 +0000 Subject: [PATCH] Format markdown Signed-off-by: Matt Moore (via Sockpuppet) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c7bc62527..6c02f7a733 100644 --- a/README.md +++ b/README.md @@ -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