mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
Vendor in new opencontainers/selinux
Also update vendor of containers/common,buildah,storage,image Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2069586 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/common/libimage/import.go
generated
vendored
5
vendor/github.com/containers/common/libimage/import.go
generated
vendored
@ -49,15 +49,16 @@ func (r *Runtime) Import(ctx context.Context, path string, options *ImportOption
|
||||
ic = config.ImageConfig
|
||||
}
|
||||
|
||||
hist := []v1.History{
|
||||
history := []v1.History{
|
||||
{Comment: options.CommitMessage},
|
||||
}
|
||||
|
||||
config := v1.Image{
|
||||
Config: ic,
|
||||
History: hist,
|
||||
History: history,
|
||||
OS: options.OS,
|
||||
Architecture: options.Arch,
|
||||
Variant: options.Variant,
|
||||
}
|
||||
|
||||
u, err := url.ParseRequestURI(path)
|
||||
|
||||
Reference in New Issue
Block a user