Commit d0293463 authored by Cindy Pallares 🦉's avatar Cindy Pallares 🦉 Committed by Cindy Pallares

Add note on moving or renaming registry repository

As per d5d8e76b, any attempts to rename a container registry repository are blocked due to image signatures.
parent 1e8dbd46
...@@ -39,6 +39,14 @@ You can read more about Docker Registry at https://docs.docker.com/registry/intr ...@@ -39,6 +39,14 @@ You can read more about Docker Registry at https://docs.docker.com/registry/intr
## Build and push images ## 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 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 explicit instructions to login to the Container Registry using your GitLab
credentials. credentials.
......
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