Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-06-09 01:41:27 +0300
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-06-14 08:06:13 +0300
commita7caea9e3e6b624ada8d3dbabf13c2f9ad79b463 (patch)
treea5ddbc4501bc2cde37ee0672bf459417d710b9ed /doc/ci
parent35ce04ef2e02e5b176c57567f2ddf82871af7639 (diff)
Use docker:latest
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/docker/using_docker_build.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/docker/using_docker_build.md b/doc/ci/docker/using_docker_build.md
index 33b1624d00b..d5bc1d7406e 100644
--- a/doc/ci/docker/using_docker_build.md
+++ b/doc/ci/docker/using_docker_build.md
@@ -232,7 +232,7 @@ docker-in-docker on your runners, this is how your `.gitlab-ci.yml` could look:
```yaml
build:
- image: docker:git
+ image: docker:latest
services:
- docker:dind
stage: build
@@ -254,7 +254,7 @@ when needed. Changes to `master` also get tagged as `latest` and deployed using
an application-specific deploy script:
```yaml
-image: docker:git
+image: docker:latest
services:
- docker:dind