mirror of
https://github.com/containers/skopeo.git
synced 2025-09-21 09:57:19 +00:00
fix(deps): update module github.com/containers/storage to v1.45.1
Signed-off-by: Renovate Bot <bot@renovateapp.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