mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
fix bud-multiple-platform-with-base-as-default-arg flake
By vendoring the latest c/common. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/VERSION
generated
vendored
2
vendor/github.com/containers/storage/VERSION
generated
vendored
@@ -1 +1 @@
|
||||
1.45.0
|
||||
1.45.1
|
||||
|
||||
6
vendor/github.com/containers/storage/types/options.go
generated
vendored
6
vendor/github.com/containers/storage/types/options.go
generated
vendored
@@ -300,7 +300,11 @@ func getRootlessStorageOpts(rootlessUID int, systemOpts StoreOptions) (StoreOpti
|
||||
}
|
||||
}
|
||||
if opts.GraphDriverName == "" {
|
||||
opts.GraphDriverName = "vfs"
|
||||
if len(systemOpts.GraphDriverPriority) == 0 {
|
||||
opts.GraphDriverName = "vfs"
|
||||
} else {
|
||||
opts.GraphDriverPriority = systemOpts.GraphDriverPriority
|
||||
}
|
||||
}
|
||||
|
||||
if os.Getenv("STORAGE_OPTS") != "" {
|
||||
|
||||
Reference in New Issue
Block a user