In past I've just built an uberjar and ran inside of docker. I'm wondering has anyone tried to do a multi layer docker image where dependencies(which change rarely) are put in one layer, and a bare clojure jar put into it's own layer? (The goal being smaller image size on application updates)
yes, it works in really common way like always