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
f35deb99
Commit
f35deb99
authored
Jan 26, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few small style edits
Related to:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/51927
parent
3aa4a9d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/user/packages/dependency_proxy/index.md
doc/user/packages/dependency_proxy/index.md
+7
-7
No files found.
doc/user/packages/dependency_proxy/index.md
View file @
f35deb99
...
...
@@ -92,10 +92,10 @@ You can authenticate using:
#### Authenticate within CI/CD
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/280582) in GitLab 13.7.
> - Automatic runner authentication [added](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27302) in GitLab 13.9
> - Automatic runner authentication [added](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27302) in GitLab 13.9
.
Runners
will log into the Dependency Proxy automatically. We can
pull through
the
dependency proxy using
the
`CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX`
Runners
log in to the Dependency Proxy automatically. To
pull through
the
Dependency Proxy, use
the
`CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX`
environment variable:
```
yaml
...
...
@@ -103,7 +103,7 @@ environment variable:
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:latest
```
There are other additional predefined environment variables
we
can also use:
There are other additional predefined environment variables
you
can also use:
-
`CI_DEPENDENCY_PROXY_USER`
: A CI user for logging in to the Dependency Proxy.
-
`CI_DEPENDENCY_PROXY_PASSWORD`
: A CI password for logging in to the Dependency Proxy.
...
...
@@ -111,9 +111,9 @@ There are other additional predefined environment variables we can also use:
-
`CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX`
: The image prefix for pulling images through the Dependency Proxy.
`CI_DEPENDENCY_PROXY_SERVER`
and
`CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX`
include the server port.
So i
f you explicitly include the Dependency Proxy
path, the port must be included
unless you have logged into the d
ependency
p
roxy manually without including the port:
include the server port.
I
f you explicitly include the Dependency Proxy
path, the port must be included
, unless you have logged into the D
ependency
P
roxy manually without including the port:
```
shell
docker pull gitlab.example.com:443/my-group/dependency_proxy/containers/alpine:latest
...
...
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