docker 2022-11-24

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!

🤘 2

> 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!

🎉 1

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!

😁 1

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!

❤️ 1

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

👍 1