mirror of
https://github.com/containers/podman.git
synced 2025-09-26 08:14:14 +08:00
Bump github.com/containers/common from 0.38.4 to 0.39.0
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.38.4 to 0.39.0. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.38.4...v0.39.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
1
vendor/github.com/containers/common/libimage/pull.go
generated
vendored
1
vendor/github.com/containers/common/libimage/pull.go
generated
vendored
@ -279,6 +279,7 @@ func (r *Runtime) copyFromRegistry(ctx context.Context, ref types.ImageReference
|
||||
return r.copySingleImageFromRegistry(ctx, inputName, pullPolicy, options)
|
||||
}
|
||||
|
||||
// Copy all tags
|
||||
named := reference.TrimNamed(ref.DockerReference())
|
||||
tags, err := registryTransport.GetRepositoryTags(ctx, &r.systemContext, ref)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user