Skip to content

Commit

Permalink
Merge pull request drone-plugins#161 from delfer/patch-1
Browse files Browse the repository at this point in the history
Change base image from 17.05.0-ce-dind to stable-dind
  • Loading branch information
bradrydzewski authored Nov 29, 2017
2 parents 1fed237 + ebadcf7 commit a317385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit a317385

Please sign in to comment.