mirror of
https://github.com/containers/podman.git
synced 2025-08-24 10:04:57 +08:00
image: replace GetStoreImage with ResolveReference
GetStoreImage is deprecated after containers/image#2056 Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
@ -80,7 +80,7 @@ func (r *storageService) CreateContainerStorage(ctx context.Context, systemConte
|
||||
if err != nil {
|
||||
return ContainerInfo{}, err
|
||||
}
|
||||
img, err := istorage.Transport.GetStoreImage(r.store, ref)
|
||||
_, img, err := istorage.ResolveReference(ref)
|
||||
if err != nil {
|
||||
return ContainerInfo{}, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user