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
path: root/doc
diff options
context:
space:
mode:
authorCindy Pallares 🦉 <cindy@gitlab.com>2017-06-02 20:02:29 +0300
committerCindy Pallares <cindy@gitlab.com>2017-06-06 20:34:55 +0300
commitd02934637df96a57907bb0869812b9c92fbfa6fe (patch)
tree91914d44efebf3f463f7dc2cfeae29bf0602cc52 /doc
parent1e8dbd46758d5c9772baf233ebcff889dc742d3d (diff)
Add note on moving or renaming registry repository
As per d5d8e76bd79cd9d61c66539a5069104cf46be2bd, any attempts to rename a container registry repository are blocked due to image signatures.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/container_registry.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md
index 3cbb0b5196d..8a7cff69c8f 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.