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

@@ -154,6 +154,7 @@ type CommitOptions struct {
Message string
Pause bool
Quiet bool
Squash bool
Writer io.Writer
}