mirror of
https://github.com/containers/podman.git
synced 2025-12-16 12:29:28 +08:00
vendor: update c/{common,image,storage} to main
Mainly to pull in the rekor removal from c/image which removes a bunch of dependencies. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/storage/drivers/driver.go
generated
vendored
5
vendor/github.com/containers/storage/drivers/driver.go
generated
vendored
@@ -193,8 +193,9 @@ type LayerIDMapUpdater interface {
|
||||
UpdateLayerIDMap(id string, toContainer, toHost *idtools.IDMappings, mountLabel string) error
|
||||
|
||||
// SupportsShifting tells whether the driver support shifting of the UIDs/GIDs in a
|
||||
// image and it is not required to Chown the files when running in an user namespace.
|
||||
SupportsShifting() bool
|
||||
// image to the provided mapping and it is not required to Chown the files when running in
|
||||
// an user namespace.
|
||||
SupportsShifting(uidmap, gidmap []idtools.IDMap) bool
|
||||
}
|
||||
|
||||
// Driver is the interface for layered/snapshot file system drivers.
|
||||
|
||||
Reference in New Issue
Block a user