remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Use Docker repo:tag format for build command. #38

Closed ejholmes closed 6 years ago

ejholmes commented 8 years ago

REPO@BRANCH and REPO#BRANCH are both supported as well, but this changes the default to REPO:BRANCH which is a little more obvious when you expect a docker image to be output.

matthewdu commented 8 years ago

Yup, looks good :+1:

ejholmes commented 6 years ago

Old.