Skip to content

Commit 1b24aca

Browse files
authored
Merge pull request #701 from jonboulle/master
spec: add conversion references
2 parents d9ffa2f + db4d6de commit 1b24aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The goal of this specification is to enable the creation of interoperable tools
1919
- [Filesystem Layers](layer.md)
2020
- [Image Configuration](config.md)
2121
- [Annotations](annotations.md)
22+
- [Conversion](conversion.md)
2223
- [Considerations](considerations.md)
2324
- [Extensibility](considerations.md#extensibility)
2425
- [Canonicalization](considerations.md#canonicalization)
@@ -56,6 +57,7 @@ The high-level components of the spec include:
5657
* [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image
5758
* [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
5859
* [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec]
60+
* [Conversion](conversion.md) - a document describing how this translation should occur
5961
* [Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content
6062

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

0 commit comments

Comments
 (0)