Merge pull request #32798 from stevvooe/tags-are-128-characters

image/spec: tags are 128 characters
This commit is contained in:
Aaron Lehmann 2017-04-24 18:43:07 -07:00 committed by GitHub
commit 749d90e10f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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