mirror of
https://github.com/containers/podman.git
synced 2025-09-22 12:14:26 +08:00
vendor c/common@main
In hope to fix a CI flake. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/libimage/normalize.go
generated
vendored
2
vendor/github.com/containers/common/libimage/normalize.go
generated
vendored
@ -115,7 +115,7 @@ type NameTagPair struct {
|
||||
func ToNameTagPairs(repoTags []reference.Named) ([]NameTagPair, error) {
|
||||
none := "<none>"
|
||||
|
||||
var pairs []NameTagPair
|
||||
pairs := make([]NameTagPair, 0, len(repoTags))
|
||||
for i, named := range repoTags {
|
||||
pair := NameTagPair{
|
||||
Name: named.Name(),
|
||||
|
Reference in New Issue
Block a user