Commit f9c852aa authored by Amy Qualls's avatar Amy Qualls

Merge branch 'patch-220' into 'master'

Ready: Fix for issue #234941

Closes #234941

See merge request gitlab-org/gitlab!39023
parents de86da02 3cfb146b
......@@ -63,10 +63,10 @@ To get a Docker image into the dependency proxy:
image: gitlab.com/groupname/dependency_proxy/containers/alpine:latest
```
GitLab will then pull the Docker image from Docker Hub and will cache the blobs
on the GitLab server. The next time you pull the same image, it will get the latest
information about the image from Docker Hub but will serve the existing blobs
from GitLab.
GitLab pulls the Docker image from Docker Hub and caches the blobs
on the GitLab server. The next time you pull the same image, GitLab gets the latest
information about the image from Docker Hub but serves the existing blobs
from the GitLab server.
The blobs are kept forever, and there is no hard limit on how much data can be
stored.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment