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:
umohnani8
2018-06-14 13:25:03 -04:00
committed by Atomic Bot
parent c1ef1151ac
commit 6bdf023aea
7 changed files with 158 additions and 99 deletions

View File

@ -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
"