Skip to content

Commit dd5a61d

Browse files
authored
Merge pull request #643 from wking/no-dns-naming-or-signing-yet
spec: Remove DNS-naming and signing entries from high-level components
2 parents 5ebcc54 + d67c709 commit dd5a61d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

spec.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@ 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
* [Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content
60-
* Signatures that are based on signing image content address (optional OCI layer)
61-
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
60+
61+
Future versions of this specification may include the following OPTIONAL features:
62+
63+
* Signatures that are based on signing image content address
64+
* Naming that is federated based on DNS and can be delegated
6265

6366
[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
6467
[runtime-spec]: https://github.com/opencontainers/runtime-spec

0 commit comments

Comments
 (0)