dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
311 stars 36 forks source link

Support inline Dockerfile steps in the dobi config #94

Closed dnephin closed 7 years ago

cescoferraro commented 7 years ago

Is this working? Whats left to do before merging?

dnephin commented 7 years ago

I think it's working. I'd like to cleanup the TODOs in this PR and possibly add a few more tests before merging.

dnephin commented 7 years ago

I think I also ran a problem with this were the variables were not being resolved, but I haven't had time to look into it.

dnephin commented 7 years ago

Ok, I've fixed that bug, added a few more tests, and rebased on master. If the build is green I think this is ready to merge.