mirror of
https://github.com/containers/skopeo.git
synced 2025-09-24 11:26:59 +00:00
update github.com/containers/{image,storage}
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/storage/pkg/config/config.go
generated
vendored
3
vendor/github.com/containers/storage/pkg/config/config.go
generated
vendored
@@ -73,6 +73,9 @@ type OptionsConfig struct {
|
||||
RemapUIDs string `toml:"remap-uids"`
|
||||
// RemapGIDs is a list of default GID mappings to use for layers.
|
||||
RemapGIDs string `toml:"remap-gids"`
|
||||
// IgnoreChownErrors is a flag for whether chown errors should be
|
||||
// ignored when building an image.
|
||||
IgnoreChownErrors string `toml:"ignore_chown_errors"`
|
||||
|
||||
// RemapUser is the name of one or more entries in /etc/subuid which
|
||||
// should be used to set up default UID mappings.
|
||||
|
Reference in New Issue
Block a user