diff options
author | Alexander Tanayno <atanayno@gitlab.com> | 2019-08-01 03:01:56 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-01 03:01:56 +0000 |
commit | ad53457e09b7fee2fb7e7f2ae434aed31acb20fc (patch) | |
tree | 1e29d2e4958418196faf115ac98a5dbd7bf439ed /doc | |
parent | a29217cd3033783c055521c9a0a605b11e25e185 (diff) | |
download | gitlab-ce-ad53457e09b7fee2fb7e7f2ae434aed31acb20fc.tar.gz |
Add note about private container registry
Diffstat (limited to 'doc')
-rw-r--r-- | doc/topics/autodevops/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 1687a3aee72..63a72f8f193 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -1069,6 +1069,12 @@ Container Registry. **Restarting a pod, scaling a service, or other actions whic require on-going access to the registry may fail**. On-going secure access is planned for a subsequent release. +### Private registry support + +There is no documented way of using private container registry with Auto DevOps. +We strongly advise using GitLab Container Registry with Auto DevOps in order to +simplify configuration and prevent any unforeseen issues. + ## Troubleshooting - Auto Build and Auto Test may fail in detecting your language/framework. There |