Skip to content

Commit 1d91a83

Browse files
authored
Merge pull request #1066 from AaronFriel/friel/artifact-index
Add artifactType to image index
2 parents f8b2ca8 + 749ea9a commit 1d91a83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

image-index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
2222
When used, this field MUST contain the media type `application/vnd.oci.image.index.v1+json`.
2323
This field usage differs from the [descriptor](descriptor.md#properties) use of `mediaType`.
2424

25+
- **`artifactType`** *string*
26+
27+
This OPTIONAL property contains the type of an artifact when the manifest is used for an artifact.
28+
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].
29+
2530
- **`manifests`** *array of objects*
2631

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

0 commit comments

Comments
 (0)