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
spec: Clarify that DNS-naming and signing have not been specified
We don't have these yet. I'd rather remove them, because:
* We already track roadmap issues in the README [1] (which is not part
of the spec itself).
* We also have issue-labels for these features [2,3].
* We have entries in the scope table for these features [4].
* We can recover the current wording from version control if/when we
land spec sections to back them.
But at least three maintainers are in favor of keeping a note of some
sort [5,6,7], and the only direct response to my desire to move the
references to the existing roadmap section was:
On Thu, Apr 20, 2017 at 04:09:32AM -0700, Jonathan Boulle wrote [8]:
> Since the roadmap to 1.0 doesn't reference these, please just add
> work-not-yet-started here in this list.
I still don't see why that section needs to be 1.0-specific,
especially since the only accurate part of the current roadmap body is
the link to milestones which are not 1.0-specific. But I've already
made the arguments I can think of, and for whatever reason the
maintainers aren't convinced.
[1]: https://github.com/opencontainers/image-spec/blob/v1.0.0-rc5/README.md#roadmap
[2]: https://github.com/opencontainers/image-spec/labels/component%2Fnaming%20spec
[3]: https://github.com/opencontainers/image-spec/labels/component%2Fsigning%20spec
[4]: https://www.opencontainers.org/about/oci-scope-table
[5]: #643 (comment)
[6]: #643 (comment)
[7]: #643 (comment)
[8]: #643 (comment)
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardExpand all lines: spec.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,11 @@ 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
*[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
0 commit comments