Commit 6b565f53 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Improve docs for multi-level container registry images

parent 000af871
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment