Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a9da6011
Commit
a9da6011
authored
Dec 14, 2020
by
Steve Abrams
Committed by
Suzanne Selhorn
Dec 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note to Dependency Proxy docs about Docker version
parent
b2326ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc/user/packages/dependency_proxy/index.md
doc/user/packages/dependency_proxy/index.md
+6
-1
No files found.
doc/user/packages/dependency_proxy/index.md
View file @
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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment