drone-docker-buildx/Dockerfile

10 lines
234 B
Docker
Raw Normal View History

2015-05-15 07:12:50 +02:00
# Docker image for the docker plugin
#
# docker build --rm=true -t plugins/drone-docker .
2016-03-15 20:08:38 +01:00
FROM rancher/docker:v1.10.2
2015-05-15 07:12:50 +02:00
ADD drone-docker /go/bin/
2015-09-04 09:41:48 +02:00
VOLUME /var/lib/docker
ENTRYPOINT ["/usr/bin/dockerlaunch", "/go/bin/drone-docker"]