mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Vendor in latest projectatomic/buildah
Adds --rm and --force-rm to podman build. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #945 Approved by: rhatdan
This commit is contained in:
@ -840,6 +840,7 @@ _podman_commit() {
|
||||
|
||||
_podman_build() {
|
||||
local boolean_options="
|
||||
--force-rm
|
||||
--help
|
||||
-h
|
||||
--layers
|
||||
@ -848,6 +849,7 @@ _podman_build() {
|
||||
--pull-always
|
||||
--quiet
|
||||
-q
|
||||
--rm
|
||||
--squash
|
||||
--tls-verify
|
||||
"
|
||||
|
Reference in New Issue
Block a user