Kaynağa Gözat

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

image/spec: tags are 128 characters
Aaron Lehmann 8 yıl önce
ebeveyn
işleme
749d90e10f
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      image/spec/v1.1.md
  2. 1 1
      image/spec/v1.2.md

+ 1 - 1
image/spec/v1.1.md

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

+ 1 - 1
image/spec/v1.2.md

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