diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-06-09 14:58:18 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-06-09 14:58:18 +0000 |
commit | a783108eff35c0ba866bde64a6b00eb2969e5b96 (patch) | |
tree | 2169e1a1f2637cd6c01e5ed0002a86803ce738fe | |
parent | 5563da6622f0d1c5ddf1e1f30e7552e5c5752fc0 (diff) | |
parent | d02934637df96a57907bb0869812b9c92fbfa6fe (diff) | |
download | gitlab-ce-a783108eff35c0ba866bde64a6b00eb2969e5b96.tar.gz |
Merge branch 'add-note-renaming-moving-registry-container-user-docs' into 'master'
Add note on moving or renaming registry repository
See merge request !11882
-rw-r--r-- | doc/user/project/container_registry.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md index 10c281448a3..75ea911b9bc 100644 --- a/doc/user/project/container_registry.md +++ b/doc/user/project/container_registry.md @@ -39,6 +39,14 @@ You can read more about Docker Registry at https://docs.docker.com/registry/intr ## Build and push images +>**Notes:** +- Moving or renaming existing container registry repositories is not supported +once you have pushed images because the images are signed, and the +signature includes the repository name. +- To move or rename a repository with a container registry you will have to +delete all existing images. + + If you visit the **Registry** link under your project's menu, you can see the explicit instructions to login to the Container Registry using your GitLab credentials. |