Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
73724da0
Commit
73724da0
authored
Apr 12, 2022
by
Chris Kaburu
Committed by
Amy Qualls
Apr 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Clarify container registry project transfer steps
parent
204b21e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc/user/packages/container_registry/index.md
doc/user/packages/container_registry/index.md
+6
-1
No files found.
doc/user/packages/container_registry/index.md
View file @
73724da0
...
...
@@ -626,13 +626,18 @@ Use your own URLs to complete the following steps:
docker pull gitlab.example.com/org/build/sample_project/cr:v2.9.1
```
NOTE:
For container registry authentication, use either a
[
personal access token
](
../../profile/personal_access_tokens.md
)
or a
[
deploy token
](
../../project/deploy_tokens/index.md
)
.
1.
Rename the images to match the new project name:
```
shell
docker tag gitlab.example.com/org/build/sample_project/cr:v2.9.1 gitlab.example.com/new_org/build/new_sample_project/cr:v2.9.1
```
1.
Delete the images in
both projects
by using the
[
UI
](
#delete-images
)
or
[
API
](
../../../api/packages.md#delete-a-project-package
)
.
1.
Delete the images in
the old project
by using the
[
UI
](
#delete-images
)
or
[
API
](
../../../api/packages.md#delete-a-project-package
)
.
There may be a delay while the images are queued and deleted.
1.
Change the path or transfer the project by going to
**Settings > General**
and expanding
**Advanced**
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment