Improve docs for multi-level container registry images

This commit is contained in:
Grzegorz Bizon 2017-04-05 14:47:28 +02:00
parent 000af87190
commit 6b565f534a
1 changed files with 4 additions and 4 deletions

View File

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