Skip to content

Commit

Permalink
Merge pull request #9990 from daghack/oci-add-mediatype-1.7
Browse files Browse the repository at this point in the history
[release/1.7] adds mediatype to oci index record
  • Loading branch information
estesp authored Mar 27, 2024
2 parents be5ec97 + 6605c47 commit ec5222f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/archive/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ func ociIndexRecord(manifests []ocispec.Descriptor) tarRecord {
Versioned: ocispecs.Versioned{
SchemaVersion: 2,
},
MediaType: ocispec.MediaTypeImageIndex,
Manifests: manifests,
}

Expand Down

0 comments on commit ec5222f

Please sign in to comment.