|
@@ -92,7 +92,7 @@ This specification uses the following terms:
|
|
often referred to as a tag as well, though it strictly refers to the
|
|
often referred to as a tag as well, though it strictly refers to the
|
|
full name of an image. Acceptable values for a tag suffix are
|
|
full name of an image. Acceptable values for a tag suffix are
|
|
implementation specific, but they SHOULD be limited to the set of
|
|
implementation specific, but they SHOULD be limited to the set of
|
|
- alphanumeric characters <code>[a-zA-z0-9]</code>, punctuation
|
|
|
|
|
|
+ alphanumeric characters <code>[a-zA-Z0-9]</code>, punctuation
|
|
characters <code>[._-]</code>, and MUST NOT contain a <code>:</code>
|
|
characters <code>[._-]</code>, and MUST NOT contain a <code>:</code>
|
|
character.
|
|
character.
|
|
</dd>
|
|
</dd>
|
|
@@ -105,7 +105,7 @@ This specification uses the following terms:
|
|
<code>my-app:3.1.4</code>, <code>my-app</code> is the <i>Repository</i>
|
|
<code>my-app:3.1.4</code>, <code>my-app</code> is the <i>Repository</i>
|
|
component of the name. Acceptable values for repository name are
|
|
component of the name. Acceptable values for repository name are
|
|
implementation specific, but they SHOULD be limited to the set of
|
|
implementation specific, but they SHOULD be limited to the set of
|
|
- alphanumeric characters <code>[a-zA-z0-9]</code>, and punctuation
|
|
|
|
|
|
+ alphanumeric characters <code>[a-zA-Z0-9]</code>, and punctuation
|
|
characters <code>[._-]</code>, however it MAY contain additional
|
|
characters <code>[._-]</code>, however it MAY contain additional
|
|
<code>/</code> and <code>:</code> characters for organizational
|
|
<code>/</code> and <code>:</code> characters for organizational
|
|
purposes, with the last <code>:</code> character being interpreted
|
|
purposes, with the last <code>:</code> character being interpreted
|