rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Adding `docker-builder queue` #141

Closed jszwedko closed 9 years ago

jszwedko commented 9 years ago

It might be nice to have an easy way to queue jobs via the docker-builder binary.

E.g. docker-builder queue --repo github.com/foo/bar --ref 123fe21

It could read the environment for the docker builder server name and credentials (as well as allowing them to be specified as flags). You could also default to the current repo and ref (if running from a git repo) if desired.

rafecolton commented 9 years ago

I like it! Happy to review a pull request if you get to it before me :wink:

rafecolton commented 9 years ago

Done.