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
41e6c516
Commit
41e6c516
authored
Aug 20, 2019
by
Steve Azzopardi
Committed by
Evan Read
Aug 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs DOCKER_AUTH_CONFIG not available for k8s
parent
da960651
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
doc/ci/docker/using_docker_images.md
doc/ci/docker/using_docker_images.md
+11
-8
No files found.
doc/ci/docker/using_docker_images.md
View file @
41e6c516
...
...
@@ -495,14 +495,6 @@ that runner.
## Define an image from a private Container Registry
> **Notes:**
>
> - This feature requires GitLab Runner **1.8** or higher
> - For GitLab Runner versions **>= 0.6, <1.8** there was a partial
> support for using private registries, which required manual configuration
> of credentials on runner's host. We recommend to upgrade your Runner to
> at least version **1.8** if you want to use private registries.
To access private container registries, the GitLab Runner process can use:
-
[
Statically defined credentials
](
#using-statically-defined-credentials
)
. That is, a username and password for a specific registry.
...
...
@@ -525,6 +517,17 @@ it's provided as an environment variable. This is because GitLab Runnner uses **
`config.toml`
configuration and doesn't interpolate
**ANY**
environment variables at
runtime.
### Requirements and limitations
-
This feature requires GitLab Runner
**1.8**
or higher.
-
For GitLab Runner versions
**>= 0.6, <1.8**
there was a partial
support for using private registries, which required manual configuration
of credentials on runner's host. We recommend to upgrade your Runner to
at least version
**1.8**
if you want to use private registries.
-
Not available for
[
Kubernetes executor
](
https://docs.gitlab.com/runner/executors/kubernetes.html
)
,
follow
<https://gitlab.com/gitlab-org/gitlab-runner/issues/2673>
for
details.
### Using statically-defined credentials
There are two approaches that you can take in order to access a
...
...
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