feat(Makefile): let each project manage how it builds#653
feat(Makefile): let each project manage how it builds#653bacongobbler merged 1 commit intomasterfrom
Conversation
|
My concern is that if we do allow container projects leeway over what In the CI environment we are building each image with the same name as its subfolder and adding a build-specific tag, for example deis/controller:tester-11, then using that tag to run and test it. This could be trickier if we merge this PR. |
|
Looking at this again, it's just a change to the master |
|
LGTM |
feat(Makefile): let each project manage how it builds
Instead of hardcoding
docker build -t deis/<component> ., we should let each project manage how they build themselves by handing it over to theirmake buildcommand.