Merge pull request #32798 from stevvooe/tags-are-128-characters
image/spec: tags are 128 characters
This commit is contained in:
commit
749d90e10f
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ This specification uses the following terms:
|
|||
A tag serves to map a descriptive, user-given name to any single image
|
||||
ID. Tag values are limited to the set of characters
|
||||
<code>[a-zA-Z0-9_.-]</code>, except they may not start with a <code>.</code>
|
||||
or <code>-</code> character. Tags are limited to 127 characters.
|
||||
or <code>-</code> character. Tags are limited to 128 characters.
|
||||
</dd>
|
||||
<dt>
|
||||
Repository
|
||||
|
|
|
@ -88,7 +88,7 @@ This specification uses the following terms:
|
|||
A tag serves to map a descriptive, user-given name to any single image
|
||||
ID. Tag values are limited to the set of characters
|
||||
<code>[a-zA-Z0-9_.-]</code>, except they may not start with a <code>.</code>
|
||||
or <code>-</code> character. Tags are limited to 127 characters.
|
||||
or <code>-</code> character. Tags are limited to 128 characters.
|
||||
</dd>
|
||||
<dt>
|
||||
Repository
|
||||
|
|
Loading…
Add table
Reference in a new issue