Skip to content

Commit 37bac87

Browse files
committed
Create artifacts guidance
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent bffd6c9 commit 37bac87

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

artifacts-guidance.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Guidance for Artifacts Authors
2+
3+
Content other than OCI container images MAY be packaged using the image manifest.
4+
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).
5+
Additional details and examples are provided in the [image manifest specification](manifest.md#guidelines-for-artifact-usage).

spec.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ The high-level components of the spec include:
5757
* [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
5858
* [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec]
5959
* [Conversion](conversion.md) - a document describing how this translation should occur
60+
* [Artifacts Guidance](artifacts-guidance.md) - a document describing how to use the spec for packaging content other than OCI images
6061
* [Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content
6162

6263
Future versions of this specification may include the following OPTIONAL features:

0 commit comments

Comments
 (0)