woodpecker-docker-buildx/Dockerfile

10 lines
228 B
Docker
Raw Normal View History

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