Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
topics:docker-install-gitlab-ci-runner [2017/04/09 16:33]
orzfly
topics:docker-install-gitlab-ci-runner [2017/04/09 16:34]
orzfly
Line 84: Line 84:
  
 ===== Notes ===== ===== Notes =====
-  * Runner v9.0+ requires GitLab v9.0+: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner#runner-and-gitlab-ceee-compatibility+  * Version 
 +    * https://gitlab.com/gitlab-org/gitlab-ci-multi-runner#runner-and-gitlab-ceee-compatibility 
 +    * Runner v9.0+ requires GitLab v9.0
     * Runner v1.11.x supports GitLab v8.16.x ~ v9.5.x     * Runner v1.11.x supports GitLab v8.16.x ~ v9.5.x
 +  * Private Docker Registry? Add ''DOCKER_AUTH_CONFIG''
 +    * https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/configuration/advanced-configuration.md#using-a-private-container-registry
 +  * Self-signed SSL?
 +    * https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/configuration/tls-self-signed.md
 +    * Mount your certificate file at ''/etc/gitlab-runner/certs/my.gitlab.server.com.crt'' with Docker volume
   * Do NOT stop runners if it has started any VMs! Just wait until all VMs terminated. If you do...   * Do NOT stop runners if it has started any VMs! Just wait until all VMs terminated. If you do...
     - Terminate all machines on your own at DigitalOcean/AWS/YourCloud...     - Terminate all machines on your own at DigitalOcean/AWS/YourCloud...
     - Remove all folders in ''/srv/gitlab-ci-runner/EXAMPLE/home/.docker/machine/machines/''     - Remove all folders in ''/srv/gitlab-ci-runner/EXAMPLE/home/.docker/machine/machines/''
-  * Private Docker Registry? Add ''DOCKER_AUTH_CONFIG'': https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/configuration/advanced-configuration.md#using-a-private-container-registry 
-  * Self-signed SSL? https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/configuration/tls-self-signed.md 
-    * Mount your certificate file at ''/etc/gitlab-runner/certs/my.gitlab.server.com.crt'' with Docker volume 
  
 ===== See Alsos ===== ===== See Alsos =====