diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-09 15:09:29 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-09 15:09:29 +0000 |
commit | 209bd8cf1f542f6ba2a069b368a9187faa871e96 (patch) | |
tree | 6b77dc8183135b8316cc70c8dbc9c4e7c18cf05a /doc/user/packages | |
parent | a9ced7da447785c57477b3d8dbccc73a78cface1 (diff) | |
download | gitlab-ce-209bd8cf1f542f6ba2a069b368a9187faa871e96.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages')
-rw-r--r-- | doc/user/packages/dependency_proxy/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/user/packages/dependency_proxy/index.md b/doc/user/packages/dependency_proxy/index.md index 26a7936f8fa..cfdcd9821fb 100644 --- a/doc/user/packages/dependency_proxy/index.md +++ b/doc/user/packages/dependency_proxy/index.md @@ -65,6 +65,13 @@ from GitLab. The blobs are kept forever, and there is no hard limit on how much data can be stored. +## Clearing the cache + +It is possible to use the GitLab API to purge the dependency proxy cache for a +given group to gain back disk space that may be taken up by image blobs that +are no longer needed. See the [dependency proxy API documentation](../../../api/dependency_proxy.md) +for more details. + ## Limitations The following limitations apply: |