Change base image from 17.05.0-ce-dind to 17.10.0-ce-dind
Latest edge version 17.10 have some significant changes.
This commit is contained in:
parent
1fed2373e5
commit
ebadcf7c21
@ -13,7 +13,7 @@ pipeline:
|
||||
publish:
|
||||
image: plugins/docker
|
||||
repo: plugins/docker
|
||||
tags: [ "latest", "17", "17.05" ]
|
||||
tags: [ "latest", "17", "17.10" ]
|
||||
secrets: [ docker_username, docker_password ]
|
||||
dockerfile: docker/Dockerfile
|
||||
when:
|
||||
@ -23,7 +23,7 @@ pipeline:
|
||||
publish_heroku:
|
||||
image: plugins/docker
|
||||
repo: plugins/heroku
|
||||
tags: [ "latest", "17", "17.05" ]
|
||||
tags: [ "latest", "17", "17.10" ]
|
||||
secrets: [ docker_username, docker_password ]
|
||||
dockerfile: docker/heroku/Dockerfile
|
||||
when:
|
||||
@ -33,7 +33,7 @@ pipeline:
|
||||
publish_gcr:
|
||||
image: plugins/docker
|
||||
repo: plugins/gcr
|
||||
tags: [ "latest", "17", "17.05" ]
|
||||
tags: [ "latest", "17", "17.10" ]
|
||||
secrets: [ docker_username, docker_password ]
|
||||
dockerfile: docker/gcr/Dockerfile
|
||||
when:
|
||||
@ -43,7 +43,7 @@ pipeline:
|
||||
publish_ecr:
|
||||
image: plugins/docker
|
||||
repo: plugins/ecr
|
||||
tags: [ "latest", "17", "17.05" ]
|
||||
tags: [ "latest", "17", "17.10" ]
|
||||
secrets: [ docker_username, docker_password ]
|
||||
dockerfile: docker/ecr/Dockerfile
|
||||
when:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# docker build --rm -f docker/Dockerfile -t plugins/docker .
|
||||
|
||||
FROM docker:17.05.0-ce-dind
|
||||
FROM docker:17.10.0-ce-dind
|
||||
|
||||
ADD release/linux/amd64/drone-docker /bin/
|
||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|
||||
|
Loading…
Reference in New Issue
Block a user