diff options
| author | Jason Goodman <jgoodman@gitlab.com> | 2019-06-18 18:01:00 +0000 |
|---|---|---|
| committer | Jason Goodman <jgoodman@gitlab.com> | 2019-06-18 18:01:00 +0000 |
| commit | c660676b49e43366996395799f8762936b4299f0 (patch) | |
| tree | bb4c2d0c7f1095e2d7dd1528a2c664817f6c3ac5 | |
| parent | d74da6616890086f1a4c16e24b32542267c956fc (diff) | |
| download | gitlab-ce-c660676b49e43366996395799f8762936b4299f0.tar.gz | |
Apply suggestion to doc/api/container_registry.md
| -rw-r--r-- | doc/api/container_registry.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/container_registry.md b/doc/api/container_registry.md index 751eedbfe73..2c41f6137a7 100644 --- a/doc/api/container_registry.md +++ b/doc/api/container_registry.md @@ -145,8 +145,8 @@ DELETE /projects/:id/registry/repositories/:repository_id/tags/:tag_name curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/registry/repositories/2/tags/v10.0.0" ``` -NOTE: **Note:** -This does not delete blobs. Run garbage collection to remove blobs and recycle disk space. Either run `registry garbage-collect` (ideally with `-m`) or the pruner `docker-distribution-pruner`. +This action does not delete blobs. In order 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). ## Delete repository tags in bulk |
