docker

danieltdt 2018-12-03T11:56:27.006700Z

Our CI server started to crash because of this, @justalanm 😞 I've downgrade to 2.8.0 until this get fixed. I believe something went wrong while Stackbrew was uploading the images to docker hub and only the arm version got uploaded properly...

danieltdt 2018-12-03T11:58:11.007700Z

It would be great if someone could publish these images again...

mpenet 2018-12-03T12:17:56.008Z

should be quite easy to build your own

alan 2018-12-03T13:11:35.009500Z

@mpenet the issue is not to build locally, but to get CI automated pipelines to work pointing at Docker Hub. Anyway @daniel.teixeira the Alpine images are still working even for lein 2.8.1

👍 1
2018-12-03T14:38:23.009800Z

you can build your own and push to docker hub for free just fyi

2018-12-03T14:38:37.010200Z

in case you want to solve it that way rather than downgrading

2018-12-03T14:38:53.010700Z

i needed java10 so i took that approach https://hub.docker.com/r/travelboss/clojure/

mpenet 2018-12-03T16:09:44.011300Z

Yeah that's what I meant too.