Merge pull request #8925 from rhatdan/build

podman build --force-rm defaults to true in code
This commit is contained in:
OpenShift Merge Robot
2021-01-11 08:56:03 -05:00
committed by GitHub

View File

@ -294,7 +294,7 @@ If you specify `-f -`, the Containerfile contents will be read from stdin.
#### **--force-rm**=*true|false*
Always remove intermediate containers after a build, even if the build fails
(default false).
(default true).
#### **--format**