diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-17 07:02:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 07:02:52 -0400 |
commit | 9a5987cf6a7729f9d03a663dd361a37ca473da59 (patch) | |
tree | 447677216c3a88bef777cd6a452252a0314f17a7 /docs/source/markdown/podman-build.1.md | |
parent | c6ae5c7961e2663ba91de7877aafe9791a80b245 (diff) | |
parent | 4216f7b7f492fee80cfc9a7f1deb608096edd890 (diff) | |
download | podman-9a5987cf6a7729f9d03a663dd361a37ca473da59.tar.gz podman-9a5987cf6a7729f9d03a663dd361a37ca473da59.tar.bz2 podman-9a5987cf6a7729f9d03a663dd361a37ca473da59.zip |
Merge pull request #11603 from rhatdan/truncate
Add no-trunc support to podman-events
Diffstat (limited to 'docs/source/markdown/podman-build.1.md')
-rw-r--r-- | docs/source/markdown/podman-build.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md index 3278436bd..98c8251b4 100644 --- a/docs/source/markdown/podman-build.1.md +++ b/docs/source/markdown/podman-build.1.md @@ -292,7 +292,7 @@ context. If you specify `-f -`, the Containerfile contents will be read from stdin. -#### **--force-rm**=*true|false* +#### **--force-rm** Always remove intermediate containers after a build, even if the build fails (default true). @@ -474,7 +474,7 @@ Suppress output messages which indicate which instruction is being processed, and of progress when pulling images from a registry, and when writing the output image. -#### **--rm**=*true|false* +#### **--rm** Remove intermediate containers after a successful build (default true). @@ -579,7 +579,7 @@ specified and therefore not changed, allowing the image's sha256 hash to remain same. All files committed to the layers of the image will be created with the timestamp. -#### **--tls-verify**=*true|false* +#### **--tls-verify** Require HTTPS and verify certificates when talking to container registries (defaults to true). (This option is not available with the remote Podman client) |