mirror of
https://github.com/containers/podman.git
synced 2025-11-14 18:19:20 +08:00
vendor: update containers/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/manifests/manifests.go
generated
vendored
2
vendor/github.com/containers/common/pkg/manifests/manifests.go
generated
vendored
@@ -74,6 +74,7 @@ func Create() List {
|
||||
},
|
||||
oci: v1.Index{
|
||||
Versioned: imgspec.Versioned{SchemaVersion: 2},
|
||||
MediaType: v1.MediaTypeImageIndex,
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -373,6 +374,7 @@ func FromBlob(manifestBytes []byte) (List, error) {
|
||||
},
|
||||
oci: v1.Index{
|
||||
Versioned: imgspec.Versioned{SchemaVersion: 2},
|
||||
MediaType: v1.MediaTypeImageIndex,
|
||||
},
|
||||
}
|
||||
switch manifestType {
|
||||
|
||||
Reference in New Issue
Block a user