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
b70d20ff
Commit
b70d20ff
authored
Aug 19, 2020
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Updated example URL
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/238621
parent
5a9fa254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/user/packages/container_registry/index.md
doc/user/packages/container_registry/index.md
+6
-6
No files found.
doc/user/packages/container_registry/index.md
View file @
b70d20ff
...
@@ -677,22 +677,22 @@ the project.
...
@@ -677,22 +677,22 @@ the project.
The following procedure uses these sample project names:
The following procedure uses these sample project names:
-
For the current project:
`
example.gitlab
.com/org/build/sample_project/cr:v2.9.1`
-
For the current project:
`
gitlab.example
.com/org/build/sample_project/cr:v2.9.1`
-
For the new project:
`
example.gitlab
.com/new_org/build/new_sample_project/cr:v2.9.1`
-
For the new project:
`
gitlab.example
.com/new_org/build/new_sample_project/cr:v2.9.1`
Use your own URLs to complete the following steps:
Use your own URLs to complete the following steps:
1.
Download the Docker images on your computer:
1.
Download the Docker images on your computer:
```
shell
```
shell
docker login
example.gitlab
.com
docker login
gitlab.example
.com
docker pull
example.gitlab
.com/org/build/sample_project/cr:v2.9.1
docker pull
gitlab.example
.com/org/build/sample_project/cr:v2.9.1
```
```
1.
Rename the images to match the new project name:
1.
Rename the images to match the new project name:
```
shell
```
shell
docker tag
example.gitlab.com/org/build/sample_project/cr:v2.9.1 example.gitlab
.com/new_org/build/new_sample_project/cr:v2.9.1
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 both projects by using the
[
UI
](
#delete-images
)
or
[
API
](
../../../api/packages.md#delete-a-project-package
)
.
...
@@ -702,7 +702,7 @@ Use your own URLs to complete the following steps:
...
@@ -702,7 +702,7 @@ Use your own URLs to complete the following steps:
1.
Restore the images:
1.
Restore the images:
```
shell
```
shell
docker push
example.gitlab
.com/new_org/build/new_sample_project/cr:v2.9.1
docker push
gitlab.example
.com/new_org/build/new_sample_project/cr:v2.9.1
```
```
Follow
[
this issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/18383
)
for details.
Follow
[
this issue
](
https://gitlab.com/gitlab-org/gitlab/-/issues/18383
)
for details.
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