palletops / lein-uberimage

A Leiningen plugin to generate a docker image that runs a project's uberjar.
Eclipse Public License 1.0
136 stars 10 forks source link

Provide output feedback when building images #11

Open davesann opened 10 years ago

davesann commented 10 years ago

Building images can take some time. Progress output would be a good thing.

hugoduncan commented 10 years ago

Indeed. Will have to check if clj-http provides a mechanism for this.

davesann commented 10 years ago

yes I thought that one could be more tricky. I also found that the build is fast once the base images are available. Perhaps just recommending a docker pull of your base image before building is enough.