Commit graph

6 commits

Author SHA1 Message Date
Kyle Vigen
618d197b66 Tweak command to install docker per upstream comments 2014-07-23 11:26:02 -07:00
Kyle Vigen
b009475ea1 Allow publishing from base directory
Some our our respositories have Dockerfiles with commands like ADD . /path. These don't
work if we do - < Dockerfile because the only thing in "." will be the Dockerfile, not
the other things we want. This allows us to support that use case.
2014-06-27 15:28:18 -07:00
Kyle Vigen
bcd29fc31f Also publish "latest" image 2014-06-25 15:08:21 -07:00
Kyle Vigen
e0b2084f42 Only grab the last part of the docker repo name 2014-06-24 11:13:39 -07:00
Kyle Vigen
c14d65cf3e Write login command silently so it doesn't print password 2014-06-24 11:13:36 -07:00
Kyle Vigen
fa4dc60545 Add docker.io Drone plugin which creates a docker image for each successful build
This change adds a new Drone plugin for creating a docker image. The plugin
creates a docker image for the test build and pushes the image to images.docker.io.
2014-06-20 15:52:05 -07:00