Skip to content

Commit

Permalink
Merge pull request #1066 from AaronFriel/friel/artifact-index
Browse files Browse the repository at this point in the history
Add artifactType to image index
  • Loading branch information
vbatts authored Jun 15, 2023
2 parents f8b2ca8 + 749ea9a commit 1d91a83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions image-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
When used, this field MUST contain the media type `application/vnd.oci.image.index.v1+json`.
This field usage differs from the [descriptor](descriptor.md#properties) use of `mediaType`.

- **`artifactType`** *string*

This OPTIONAL property contains the type of an artifact when the manifest is used for an artifact.
If defined, the value MUST comply with [RFC 6838][rfc6838], including the [naming requirements in its section 4.2][rfc6838-s4.2], and MAY be registered with [IANA][iana].

- **`manifests`** *array of objects*

This REQUIRED property contains a list of [manifests](manifest.md) for specific platforms.
Expand Down

0 comments on commit 1d91a83

Please sign in to comment.