blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

Display aci name + version after build #183

Closed MattKetmo closed 8 years ago

MattKetmo commented 8 years ago

Once the build is finished dgr should display the name + version of the built ACI (this would improve user experience especially when the version is dynamically generated via a template var).

It should work also for (clean) install/push.

MattKetmo commented 8 years ago

(Bonus) the output of dgr build should redirect to stderr while the display of the aci version at the end uses stdout (like the rkt prepare command which only outputs the pod uuid to stdout). So it would be easier to integrate it within a script (eg. ACI=$(dgr build))

n0rad commented 8 years ago

ACI=$(dgr build) is not doable because build include user printing stuff. but I can output the aci-name:version to a file in target/

n0rad commented 8 years ago

done in v73