mirror of
https://github.com/containers/podman.git
synced 2025-05-22 17:46:52 +08:00
Set config environment variables early in Podman init
Fixes: https://github.com/containers/podman/issues/12296 [NO NEW TESTS NEEDED] because there is no easy way to test this. Tests are in containers/common. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/parse/parse.go
generated
vendored
1
vendor/github.com/containers/common/pkg/parse/parse.go
generated
vendored
@ -66,6 +66,7 @@ func ValidateVolumeOpts(options []string) ([]string, error) {
|
||||
// are intended to be always safe to use, even not on OS
|
||||
// X).
|
||||
continue
|
||||
case "idmap":
|
||||
default:
|
||||
return nil, errors.Errorf("invalid option type %q", opt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user