Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specs-go/v1/image_index.go → specs-go/v1/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ type ManifestDescriptor struct {
Platform Platform `json:"platform"`
}

// ImageIndex references manifests for various platforms.
// Index references manifests for various platforms.
// This structure provides `application/vnd.oci.image.index.v1+json` mediatype when marshalled to JSON.
type ImageIndex struct {
type Index struct {
specs.Versioned

// Manifests references platform specific manifests.
Expand Down