mirror of https://github.com/docker/cli.git
Update CircleCI Docker version to 18.03
17.06 has reached EOL a long time ago; let's use a current version in CI as well :D Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d97f378009
commit
e2a56c47da
10
circle.yml
10
circle.yml
|
@ -4,7 +4,7 @@ jobs:
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.06-git'}]
|
docker: [{image: 'docker:18.03-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
|
|
||||||
cross:
|
cross:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.06-git'}]
|
docker: [{image: 'docker:18.03-git'}]
|
||||||
parallelism: 3
|
parallelism: 3
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.06-git'}]
|
docker: [{image: 'docker:18.03-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.06-git'}]
|
docker: [{image: 'docker:18.03-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
|
@ -93,7 +93,7 @@ jobs:
|
||||||
make ci-validate
|
make ci-validate
|
||||||
shellcheck:
|
shellcheck:
|
||||||
working_directory: /work
|
working_directory: /work
|
||||||
docker: [{image: 'docker:17.06-git'}]
|
docker: [{image: 'docker:18.03-git'}]
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker
|
- setup_remote_docker
|
||||||
|
|
Loading…
Reference in New Issue