mirror of
https://github.com/containers/podman.git
synced 2025-12-15 11:42:28 +08:00
Update containers/common to latest main
Update the containers/common dependency to the latest main with the needed changes in Podmansh. Signed-off-by: phoenix <felix.niederwanger@suse.com>
This commit is contained in:
3
vendor/github.com/containers/storage/pkg/config/config.go
generated
vendored
3
vendor/github.com/containers/storage/pkg/config/config.go
generated
vendored
@@ -115,6 +115,9 @@ type OptionsConfig struct {
|
||||
// Btrfs container options to be handed to btrfs drivers
|
||||
Btrfs struct{ BtrfsOptionsConfig } `toml:"btrfs,omitempty"`
|
||||
|
||||
// Thinpool container options to be handed to thinpool drivers (NOP)
|
||||
Thinpool struct{} `toml:"thinpool,omitempty"`
|
||||
|
||||
// Overlay container options to be handed to overlay drivers
|
||||
Overlay struct{ OverlayOptionsConfig } `toml:"overlay,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user