summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-10-15 12:21:17 +0200
committerGitHub <noreply@github.com>2019-10-15 12:21:17 +0200
commit935802575b78bb26d0cd9be1ce87562de62570ee (patch)
tree10bd2fbe3078696e947e31fcabce1181e7a2915a /docs
parent25572cefa8f16580c4a61af86cf2c41281e0300f (diff)
parentbeadd2694b048f939cad1f4d32676fca4c84d0bd (diff)
downloadpodman-935802575b78bb26d0cd9be1ce87562de62570ee.tar.gz
podman-935802575b78bb26d0cd9be1ce87562de62570ee.tar.bz2
podman-935802575b78bb26d0cd9be1ce87562de62570ee.zip
Merge pull request #4215 from TomSweeneyRedHat/dev/tsweeney/fixsquash
Add squash-all, fix squash option in build
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-build.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md
index c16d964a9..567d0ead3 100644
--- a/docs/podman-build.1.md
+++ b/docs/podman-build.1.md
@@ -405,6 +405,11 @@ If you omit the unit, the system uses bytes. If you omit the size entirely, the
**--squash**
+Squash all of the image's new layers into a single new layer; any preexisting layers
+are not squashed.
+
+**--squash-all**
+
Squash all of the new image's layers (including those inherited from a base image) into a single new layer.
**--tag**, **-t**=*imageName*