Merge pull request #13314 from flouthoc/container-commit-squash

container-commit: support `--squash` to squash layers into one if users want.
This commit is contained in:
OpenShift Merge Robot
2022-02-23 13:07:00 -05:00
committed by GitHub
12 changed files with 53 additions and 1 deletions

View File

@ -60,6 +60,11 @@ Set commit message for committed image.\
Pause the container when creating an image.\
The default is **false**.
#### **--squash**, **-s**
Squash newly built layers into a single new layer.\
The default is **false**.
#### **--quiet**, **-q**
Suppresses output.\