You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Copy file name to clipboardExpand all lines: spec.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ The high-level components of the spec include:
57
57
*[Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
58
58
*[Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec]
59
59
*[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
60
61
*[Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content
61
62
62
63
Future versions of this specification may include the following OPTIONAL features:
0 commit comments