mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-16 14:50:37 +08:00
enable gcr and heroku plugins
This commit is contained in:
@@ -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