-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a decision tree for artifacts
Signed-off-by: Brandon Mitchell <[email protected]> Helped-by: Dasith Wijesiriwardena <[email protected]>
- Loading branch information
1 parent
4b568ff
commit e6a75e6
Showing
2 changed files
with
84 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Guidance for Artifacts Authors | ||
|
||
Content other than OCI container images MAY be packaged using the image manifest. | ||
When this is done, the `config.mediaType` value MUST be set to a value specific to the artifact type or the [empty value](manifest.md#guidance-for-an-empty-descriptor). | ||
Additional details and examples are provided in the [image manifest specification](manifest.md#guidelines-for-artifact-usage). | ||
When this is done, the `config.mediaType` value should not be a known OCI image config [media type](media-types.md). | ||
Historically, due to registry limitations, some tools have created non-OCI conformant artifacts using the `application/vnd.oci.image.config.v1+json` value for `config.mediaType` and values specific to the artifact in `layer[*].mediaType`. | ||
Implementation details and examples are provided in the [image manifest specification](manifest.md#guidelines-for-artifact-usage). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters