Skip to content

Commit

Permalink
Merge pull request #9867 from daghack/oci-add-mediatype
Browse files Browse the repository at this point in the history
adds mediatype to oci index record
  • Loading branch information
estesp committed Feb 29, 2024
2 parents 6333db7 + 17ea395 commit 9a2b855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/images/archive/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ func ociIndexRecord(manifests []ocispec.Descriptor) tarRecord {
Versioned: ocispecs.Versioned{
SchemaVersion: 2,
},
MediaType: ocispec.MediaTypeImageIndex,
Manifests: manifests,
}

Expand Down

0 comments on commit 9a2b855

Please sign in to comment.