From beadd2694b048f939cad1f4d32676fca4c84d0bd Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Mon, 7 Oct 2019 19:55:56 -0400 Subject: Add squash-all, fix squash option in build Translate the podman build --squash command to podman build --layers=false which has the same functionality as docker build --squash. Add a new option --squash-all which will squash all layers into one. This will be translated to buildah bud --squash for the buildah bud api. Also allow only one option, squash, layers or squash--all to be used per build command. Fixes: https://github.com/containers/buildah/issues/1234 Signed-off-by: TomSweeneyRedHat --- completions/bash/podman | 1 + 1 file changed, 1 insertion(+) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 4bc387871..2a55183bd 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1246,6 +1246,7 @@ _podman_build() { -q --rm --squash + --squash-all --tls-verify " -- cgit v1.2.3-54-g00ecf