mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
Update vendor of containers/(storage,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/image/v5/openshift/openshift_dest.go
generated
vendored
4
vendor/github.com/containers/image/v5/openshift/openshift_dest.go
generated
vendored
@@ -71,7 +71,9 @@ func (d *openshiftImageDestination) Reference() types.ImageReference {
|
||||
|
||||
// Close removes resources associated with an initialized ImageDestination, if any.
|
||||
func (d *openshiftImageDestination) Close() error {
|
||||
return d.docker.Close()
|
||||
err := d.docker.Close()
|
||||
d.client.close()
|
||||
return err
|
||||
}
|
||||
|
||||
func (d *openshiftImageDestination) SupportedManifestMIMETypes() []string {
|
||||
|
||||
Reference in New Issue
Block a user