Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update artifacts-guidance based on proposed changes #1100

Closed
wants to merge 8 commits into from
6 changes: 5 additions & 1 deletion artifacts-guidance.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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).
When this is done,

- `image.artifactType` value MUST be set to a value specific to the artifact type.
- `config.mediaType` value must be set to [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).