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
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,26 +60,6 @@ This specification uses the following terms:
60
60
It is represented as a hexadecimal encoding of 256 bits, e.g., <code>sha256:a9561eb1b190625c9adb5a9513e72c4dedafc1cb2d4c5236c9a6957ec7dfd5a9</code>.
61
61
Since the configuration JSON that gets hashed references hashes of each layer in the image, this formulation of the ImageID makes images content-addresable.
62
62
</dd>
63
-
<dt>
64
-
Tag
65
-
</dt>
66
-
<dd>
67
-
A tag serves to map a descriptive, user-given name to any single image ID.
68
-
Tag values are limited to the set of characters <code>[a-zA-Z_0-9]</code>.
69
-
</dd>
70
-
<dt>
71
-
Repository
72
-
</dt>
73
-
<dd>
74
-
A collection of tags grouped under a common prefix (the name component before <code>:</code>).
75
-
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.
76
-
A repository name is made up of slash-separated name components, optionally prefixed by a DNS hostname.
77
-
The hostname must follow comply with standard DNS rules, but may not contain <code>_</code> characters.
78
-
If a hostname is present, it may optionally be followed by a port number in the format <code>:8080</code>.
79
-
Name components may contain lowercase characters, digits, and separators.
80
-
A separator is defined as a period, one or two underscores, or one or more dashes.
81
-
A name component may not start or end with a separator.
0 commit comments