Skip to content

Commit 9e7f05f

Browse files
committed
Fix a typo and reference the RFC for defining standard DNS labels
Signed-off-by: Jason Bouzane <[email protected]>
1 parent 82b42b6 commit 9e7f05f

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 follow comply with standard DNS rules, but may not contain <code>_</code> characters.
78+
The hostname must comply with standard DNS rules that apply to 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)