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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 18:10:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-11 18:10:32 +0300
commitec971a05e380fa580ae75dea30ab963112096525 (patch)
tree33d9fee648491f9900024ba25e681535a7684997 /doc/api/container_registry.md
parentf469daf1dc805d4c6a689067094112d4ed68d775 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/container_registry.md')
-rw-r--r--doc/api/container_registry.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/container_registry.md b/doc/api/container_registry.md
index df71e0ccb01..f29f8aaf6e9 100644
--- a/doc/api/container_registry.md
+++ b/doc/api/container_registry.md
@@ -313,6 +313,13 @@ 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).
+WARNING:
+The number of tags deleted by this API is limited on GitLab.com
+because of the scale of the Container Registry there.
+If your Container Registry has a large number of tags to delete,
+only some of them will be deleted, and you might need to call this API multiple times.
+To schedule tags for automatic deletion, use a [cleanup policy](../user/packages/container_registry/index.md#cleanup-policy) instead.
+
NOTE:
In GitLab 12.4 and later, individual tags are deleted.
For more details, see the [discussion](https://gitlab.com/gitlab-org/gitlab/-/issues/15737).