Skip to content

Commit c3866ed

Browse files
committed
Reference the RFC for defining standard DNS labels
1 parent e38f194 commit c3866ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This specification uses the following terms:
7575
A collection of tags grouped under a common prefix (the name component before <code>:</code>).
7676
For example, in an image tagged with the name <code>my-app:3.1.4</code>, <code>my-app</code> is the <i>Repository</i> component of the name.
7777
A repository name is made up of slash-separated name components, optionally prefixed by a DNS hostname.
78-
The hostname must comply with standard DNS rules (e.g. it may not contain <code>_</code> characters).
78+
The hostname must comply with standard DNS rules that apply to LDH or IDNA labels as defined in <a href="https://tools.ietf.org/html/rfc5890#section-2.3">RFC 5890</a>.
7979
If a hostname is present, it may optionally be followed by a port number in the format <code>:8080</code>.
8080
Name components may contain lowercase characters, digits, and separators.
8181
A separator is defined as a period, one or two underscores, or one or more dashes.

0 commit comments

Comments
 (0)