summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Azzopardi <sazzopardi@gitlab.com>2019-08-19 09:56:48 +0200
committerSteve Azzopardi <sazzopardi@gitlab.com>2019-08-19 10:05:08 +0200
commita49b811617161de303047daa0430c29f8feff617 (patch)
tree8655391d590aad61fd86f43a689b5d1d11370592
parent224db2f8901964a34851018dd93b962a45a3032f (diff)
downloadgitlab-ce-docs/add-docker-auth-config-notice.tar.gz
Docs DOCKER_AUTH_CONFIG not available for k8sdocs/add-docker-auth-config-notice
-rw-r--r--doc/ci/docker/using_docker_images.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md
index d5056568dff..8206e36e21c 100644
--- a/doc/ci/docker/using_docker_images.md
+++ b/doc/ci/docker/using_docker_images.md
@@ -495,13 +495,16 @@ 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.
+NOTE: **Note:**
+
+- 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.
To access private container registries, the GitLab Runner process can use: