Skip to content

Commit fe00fbf

Browse files
authored
Merge pull request #223 from wking/tk/drop-repo-terms
serialization: Drop "Tag" and "Repository" terms
2 parents dc8d653 + 48e5f03 commit fe00fbf

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

serialization.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,6 @@ This specification uses the following terms:
6060
It is represented as a hexadecimal encoding of 256 bits, e.g., <code>sha256:a9561eb1b190625c9adb5a9513e72c4dedafc1cb2d4c5236c9a6957ec7dfd5a9</code>.
6161
Since the configuration JSON that gets hashed references hashes of each layer in the image, this formulation of the ImageID makes images content-addresable.
6262
</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.
82-
</dd>
8363
</dl>
8464

8565
## Image JSON Description

0 commit comments

Comments
 (0)