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

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. 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/group/project:some-tag
registry.example.com/<namespace>/<project>/image registry.example.com/group/project/image:latest
registry.example.com/<namespace>/<project>/image/type registry.example.com/group/project/my/image:rc1
``` ```
## Use images from GitLab Container Registry ## Use images from GitLab Container Registry