Hi guys, I am using the official clojure image for my project and during build, it gets stuck at RUN lein deps. What's happening here? How do I check it?
Nevermind, it was a proxy issue
Heya @cap10morgan thanks for maintaining these https://github.com/Quantisan/docker-clojure/blob/master/README.md docker images.
I was going to move from CircleCI's legacy clojure image to their now recommended cimg/clojure but noticed they are rather stale.
The clojure images are nice and fresh, so I'll use them instead. Thanks!
> Heya @cap10morgan thanks for maintaining these https://github.com/Quantisan/docker-clojure/blob/master/README.md docker images. Seconded. Hi Wes! 🙏
Egg! How the hell are ya?!
Can't complain! Working at a little pre-series-A startup doing datavis / data analysis stuff. How about you? 😄
awesome!
I'm good too. Day job is at https://flur.ee/ building an open-source semantic Datomic of sorts (in Clojure) w/ Ben Lamothe
Oh, very cool!
good to hear from you!
Likewise! Glad to know you're still here in the Clojure community 😄
long as I can help it! 😆
You and me both 😁
What a nice message to get on Thanksgiving! 😃 Thanks and have a good one!
I've also found the Clojure docker image very useful in my last role, so big thanks @cap10morgan I've used the Alpine & Java17 version of the Clojure image with Clojure CLI as the https://practical.li/blog/posts/build-and-run-clojure-with-multistage-dockerfile/, required by the deployment pipeline we used. I also appreciate the inclusion of make package, as that tool was required by the company to run tests and build code across all projects