Skip to content

Commit

Permalink
Merge pull request #1014 from vbatts/descriptor-artifactType-iana
Browse files Browse the repository at this point in the history
descriptor: clarify `artifactType` field must have compliant values
  • Loading branch information
vbatts authored Feb 13, 2023
2 parents 2e644ce + f2f1956 commit 819aa94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions descriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The following fields contain the primary properties that constitute a Descriptor
This OPTIONAL property contains the type of an artifact when the descriptor points to an artifact.
This is the value of `artifactType` when the descriptor references an [artifact manifest](artifact.md).
This is the value of the config descriptor `mediaType` when the descriptor references an [image manifest](manifest.md).
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].

Descriptors pointing to [`application/vnd.oci.image.manifest.v1+json`](manifest.md) SHOULD include the extended field `platform`, see [Image Index Property Descriptions](image-index.md#image-index-property-descriptions) for details.

Expand Down

0 comments on commit 819aa94

Please sign in to comment.