enable gcr and heroku plugins
This commit is contained in:
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
# docker build --rm -f docker/Dockerfile -t plugins/docker .
|
||||
|
||||
FROM docker:17.05.0-ce-dind
|
||||
|
||||
ADD release/linux/amd64/drone-docker /bin/
|
||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]
|
||||
Reference in New Issue
Block a user