Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.81 KB

host-based-image-names.md

File metadata and controls

34 lines (25 loc) · 1.81 KB

Host-Based Image Names

This is version 1 of this specification.

The X.509 Public Key Infrastructure provides a well-established mechanism for trusted namespacing of domain names. Protocols interested in leveraging that infrastructure need to be able to extract domain names from image names. This specification provides one approach for that extraction.

This specification defines image names compatible with host names using the following ABNF:

host-based-image-name = host "/" path-rootless [ "#" fragment ]

where:

Implementations MAY accept other names, for example, by creating a default host for names that match segment-nz (defined in RFC 3986 section 3.3).

Names which are not supported for host-based-image-name will not be able to use protocols that rely on this rule, although they may use other protocols.