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
Copy file name to clipboardExpand all lines: serialization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ This specification uses the following terms:
75
75
A collection of tags grouped under a common prefix (the name component before <code>:</code>).
76
76
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.
77
77
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>.
79
79
If a hostname is present, it may optionally be followed by a port number in the format <code>:8080</code>.
80
80
Name components may contain lowercase characters, digits, and separators.
81
81
A separator is defined as a period, one or two underscores, or one or more dashes.
0 commit comments