From 915364034f1ddf036d277830d45c54b8eb39f940 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 23 May 2018 14:15:54 -0400 Subject: Update podman build to match buildah bud functionality Add --label, --annotations, --idfile, --squash Signed-off-by: Daniel J Walsh Closes: #824 Approved by: TomSweeneyRedHat --- completions/bash/podman | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'completions/bash/podman') diff --git a/completions/bash/podman b/completions/bash/podman index f7ae8fb85..00da883e7 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -709,18 +709,36 @@ _podman_build() { " local options_with_args=" + --add-host + --annotation --authfile --build-arg --cert-dir + --cgroup-parent + --cpu-period + --cpu-quota + --cpu-shares + --cpuset-cpus + --cpuset-mems --creds - --file -f + --file --format + --iidfile + --label + -m + --memory + --memory-swap --runtime --runtime-flag + --security-opt + --shm-size --signature-policy - --tag -t + --tag + --ulimit + -v + --volume " local all_options="$options_with_args $boolean_options" -- cgit v1.2.3-54-g00ecf