Commit 54cc5473 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'sabrams/docker-dep-proxy-warning' into 'master'

Add note to Dependency Proxy docs about Docker version

See merge request gitlab-org/gitlab!49990
parents fc90cb97 a9da6011
......@@ -17,6 +17,11 @@ upstream images.
In the case of CI/CD, the Dependency Proxy receives a request and returns the
upstream image from a registry, acting as a pull-through cache.
NOTE:
The Dependency Proxy is not compatible with Docker version 20.x and later.
If you are using the Dependency Proxy, Docker version 19.x.x is recommended until
[issue #290944](https://gitlab.com/gitlab-org/gitlab/-/issues/290944) is resolved.
## Prerequisites
The Dependency Proxy must be [enabled by an administrator](../../../administration/packages/dependency_proxy.md).
......@@ -89,7 +94,7 @@ You can authenticate using:
#### Authenticate within CI/CD
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/280582) in 13.7.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/280582) in 13.7.
To work with the Dependency Proxy in [GitLab CI/CD](../../../ci/README.md), you can use:
......
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