Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-04-05 15:47:28 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-04-05 15:47:28 +0300
commit6b565f534a17ce893ce288e8afd1e3e4d5d3dd3a (patch)
tree836960e5617e37a1cdab692f3a8893c1e7f615b7
parent000af87190bee6c99ad4e734818b3ba37c21a292 (diff)
Improve docs for multi-level container registry images
-rw-r--r--doc/user/project/container_registry.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index 34762c1bf46..6a2ca7fb428 100644
--- a/doc/user/project/container_registry.md
+++ b/doc/user/project/container_registry.md
@@ -67,12 +67,12 @@ Your image will be named after the following scheme:
GitLab supports up to three levels of image repository names.
-Following image repository names are valid:
+Following examples of image tags are valid:
```
-registry.example.com/<namespace>/<project>
-registry.example.com/<namespace>/<project>/image
-registry.example.com/<namespace>/<project>/image/type
+registry.example.com/group/project:some-tag
+registry.example.com/group/project/image:latest
+registry.example.com/group/project/my/image:rc1
```
## Use images from GitLab Container Registry