Merge pull request #4215 from TomSweeneyRedHat/dev/tsweeney/fixsquash

Add squash-all, fix squash option in build
This commit is contained in:
OpenShift Merge Robot
2019-10-15 12:21:17 +02:00
committed by GitHub
4 changed files with 55 additions and 2 deletions

View File

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