Merge branch 'master' into master

This commit is contained in:
Brad Rydzewski 2018-09-10 19:50:29 -07:00 committed by GitHub
commit 4501cc77ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,6 @@ Bugs or Issues? Due to the high number of false positive issues we receive,
please do not create a GitHub issue until you have discussed and verified
with community support at:
https://www.reddit.com/r/droneci/
https://discourse.drone.io
-->

View File

@ -1 +1,4 @@
# see https://github.com/docker-library/docker/issues/67
FROM arm64v8/docker:18.06-dind
ADD release/linux/arm64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]