Skip to content

Commit

Permalink
Merge pull request #1992 from thaJeztah/e2e_stable_dind
Browse files Browse the repository at this point in the history
e2e: use stable-dind image for testing
  • Loading branch information
tiborvass authored Jul 10, 2019
2 parents f6860e6 + 08fd6dd commit 1161a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/compose-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: 'registry:2'

engine:
image: 'docker:${TEST_ENGINE_VERSION:-edge-dind}'
image: 'docker:${TEST_ENGINE_VERSION:-stable-dind}'
privileged: true
command: ['--insecure-registry=registry:5000']

Expand Down

0 comments on commit 1161a9c

Please sign in to comment.