From db4d6de99a2adf83a672147d5f05a2e039e68ab6 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Mon, 26 Jun 2017 16:09:10 +0200 Subject: [PATCH] spec: add conversion references Signed-off-by: Jonathan Boulle --- spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec.md b/spec.md index a3fa500e4..bf8474389 100644 --- a/spec.md +++ b/spec.md @@ -19,6 +19,7 @@ The goal of this specification is to enable the creation of interoperable tools - [Filesystem Layers](layer.md) - [Image Configuration](config.md) - [Annotations](annotations.md) +- [Conversion](conversion.md) - [Considerations](considerations.md) - [Extensibility](considerations.md#extensibility) - [Canonicalization](considerations.md#canonicalization) @@ -56,6 +57,7 @@ The high-level components of the spec include: * [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image * [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem * [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec] +* [Conversion](conversion.md) - a document describing how this translation should occur * [Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content Future versions of this specification may include the following OPTIONAL features: