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
acbffa18
Commit
acbffa18
authored
Oct 17, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed broken external links
Related to:
https://gitlab.com/gitlab-org/technical-writing/-/issues/492
parent
0ba36a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/api/container_registry.md
doc/api/container_registry.md
+2
-2
No files found.
doc/api/container_registry.md
View file @
acbffa18
...
...
@@ -350,7 +350,7 @@ curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" \
```
This action doesn't delete blobs. To delete them and recycle disk space,
[
run the garbage collection
](
https://docs.gitlab.com/omnibus/maintenance/
README
.html#removing-unused-layers-not-referenced-by-manifests
)
.
[
run the garbage collection
](
https://docs.gitlab.com/omnibus/maintenance/
index
.html#removing-unused-layers-not-referenced-by-manifests
)
.
## Delete registry repository tags in bulk
...
...
@@ -388,7 +388,7 @@ This API call performs the following operations:
These operations are executed asynchronously and can take time to get executed.
You can run this at most once an hour for a given container repository. This
action doesn't delete blobs. To delete them and recycle disk space,
[
run the garbage collection
](
https://docs.gitlab.com/omnibus/maintenance/
README
.html#removing-unused-layers-not-referenced-by-manifests
)
.
[
run the garbage collection
](
https://docs.gitlab.com/omnibus/maintenance/
index
.html#removing-unused-layers-not-referenced-by-manifests
)
.
WARNING:
The number of tags deleted by this API is limited on GitLab.com
...
...
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