drone-docker-buildx/Dockerfile

10 lines
230 B
Docker
Raw Normal View History

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