docker

mukundzare 2022-11-24T12:33:54.374119Z

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?

mukundzare 2022-11-24T13:45:49.348159Z

Nevermind, it was a proxy issue

lread 2022-11-24T18:39:13.058679Z

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
eggsyntax 2023-02-02T20:51:04.436239Z

> Heya @cap10morgan thanks for maintaining these https://github.com/Quantisan/docker-clojure/blob/master/README.md docker images. Seconded. Hi Wes! 🙏

cap10morgan 2023-02-02T20:51:40.555639Z

Egg! How the hell are ya?!

eggsyntax 2023-02-02T20:52:19.250149Z

Can't complain! Working at a little pre-series-A startup doing datavis / data analysis stuff. How about you? 😄

cap10morgan 2023-02-02T20:53:26.354959Z

awesome!

🎉 1
cap10morgan 2023-02-02T20:54:13.671319Z

I'm good too. Day job is at https://flur.ee/ building an open-source semantic Datomic of sorts (in Clojure) w/ Ben Lamothe

eggsyntax 2023-02-02T20:54:28.260809Z

Oh, very cool!

😁 1
cap10morgan 2023-02-02T20:57:08.423229Z

good to hear from you!

eggsyntax 2023-02-02T20:57:36.667009Z

Likewise! Glad to know you're still here in the Clojure community 😄

cap10morgan 2023-02-02T20:58:51.665899Z

long as I can help it! 😆

eggsyntax 2023-02-02T20:59:16.994519Z

You and me both 😁

cap10morgan 2022-11-24T18:41:39.873299Z

What a nice message to get on Thanksgiving! 😃 Thanks and have a good one!

❤️ 1
practicalli-johnny 2022-11-25T05:51:04.235089Z

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