Fork me on GitHub
#announcements
<
2022-05-11
>
nixin7215:05:38

Let’s draw some more eyes to Clojure with a good showing on the StackOverflow survey! https://stackoverflow.blog/2022/05/11/stack-overflow-2022-developer-survey-is-open/

👍 27
5
dominicm21:05:38

https://github.com/juxt/pack.alpha's docker functionality now supports volumes, env and custom layers. A special thanks to @rickmoynihan's for gifting us these features. If you'd be a user of layers, I'd love your input on https://github.com/juxt/pack.alpha/issues/106. Pack is a clojure packaging tool focusing on conflict-free packaging, covering: Docker, Lambda, OneJar, and more.

🚀 8
❤️ 3
🎉 3
Jakub Holý (HolyJak)19:05:32

I use multiple layers, to leverage Docker layer caching for stuff that changes less often, see https://github.com/holyjak/fulcro-billing-app/blob/568bf28552989e1e611773b2d946c9990e1edc3d/Dockerfile#L5-6 (Fixed text; damn autocorrect!)

dominicm20:05:52

Interestingly, pack does that out of the box (I think!). Dependencies go into their own layer. Is that what deps-ext is? Your maven dependencies?

👍 1