mirror of
https://github.com/containers/podman.git
synced 2025-12-05 21:32:22 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
5
vendor/github.com/containers/storage/drivers/driver_linux.go
generated
vendored
5
vendor/github.com/containers/storage/drivers/driver_linux.go
generated
vendored
@@ -90,7 +90,7 @@ const (
|
||||
|
||||
var (
|
||||
// Slice of drivers that should be used in an order
|
||||
priority = []string{
|
||||
Priority = []string{
|
||||
"overlay",
|
||||
// We don't support devicemapper without configuration
|
||||
// "devicemapper",
|
||||
@@ -161,8 +161,7 @@ func NewDefaultChecker() Checker {
|
||||
return &defaultChecker{}
|
||||
}
|
||||
|
||||
type defaultChecker struct {
|
||||
}
|
||||
type defaultChecker struct{}
|
||||
|
||||
func (c *defaultChecker) IsMounted(path string) bool {
|
||||
m, _ := mount.Mounted(path)
|
||||
|
||||
Reference in New Issue
Block a user