mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
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:
@@ -154,6 +154,7 @@ type CommitOptions struct {
|
||||
Message string
|
||||
Pause bool
|
||||
Quiet bool
|
||||
Squash bool
|
||||
Writer io.Writer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user