Commit graph

6 commits

Author SHA1 Message Date
David Dyball
cf19824727 Simplified endpoint login behaviour 2014-08-09 02:16:40 +01:00
David Dyball
39695c45bd Fixing indents, adding repo_name option and additional tests 2014-08-08 09:15:32 +01:00
David Dyball
8ac2ca6f42 Private Repository Support 2014-08-07 23:50:51 +01: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
b1c019b4dd Add tests for docker plugin
These tests just check that the docker commands show up in the buildfile
2014-06-20 15:52:05 -07:00