clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Add Docker Tag to Mesos Image Name in project.clj #85

Closed wdhowe closed 4 years ago

wdhowe commented 4 years ago

There is no "latest" tag in the meson/mesos docker hub.

This currently breaks the command "lein meson mesos start".

Specify a tag in the image name in order for the command to work.

:image-name "clojusc/mesos:1.0.1"

I will submit a pull request for this.

wdhowe commented 4 years ago

Issue resolved with pull request #86