mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Vendor in latest code for storage,image, buildah
vendor in containers/storage vendor in containers/image vendor in projectatomic/buildah Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1114 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
c020db8cd2
commit
98703eb204
3
vendor/github.com/containers/storage/drivers/vfs/driver.go
generated
vendored
3
vendor/github.com/containers/storage/drivers/vfs/driver.go
generated
vendored
@ -55,6 +55,9 @@ func Init(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (grap
|
||||
}
|
||||
d.ostreeRepo = option[13:]
|
||||
}
|
||||
if strings.HasPrefix(option, "vfs.mountopt=") {
|
||||
return nil, fmt.Errorf("vfs driver does not support mount options")
|
||||
}
|
||||
}
|
||||
if d.ostreeRepo != "" {
|
||||
rootUID, rootGID, err := idtools.GetRootUIDGID(uidMaps, gidMaps)
|
||||
|
Reference in New Issue
Block a user