summaryrefslogtreecommitdiff
path: root/doc/development/packages/dependency_proxy.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/packages/dependency_proxy.md')
-rw-r--r--doc/development/packages/dependency_proxy.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/development/packages/dependency_proxy.md b/doc/development/packages/dependency_proxy.md
index cc8b202e556..e9568699c7e 100644
--- a/doc/development/packages/dependency_proxy.md
+++ b/doc/development/packages/dependency_proxy.md
@@ -6,9 +6,12 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Dependency Proxy
-The Dependency Proxy is a pull-through-cache for registry images from DockerHub. This document describes how this
+The Dependency Proxy is a pull-through-cache for public registry images from DockerHub. This document describes how this
feature is constructed in GitLab.
+NOTE:
+Support for private registry images is proposed in [issue 331741](https://gitlab.com/gitlab-org/gitlab/-/issues/331741).
+
## Container registry
The Dependency Proxy for the container registry acts a stand-in for a remote container registry. In our case,