boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
flyboarder 2019-01-26T21:02:20.277300Z

:boot-clj: https://medium.com/degree9/docker-boot-65ffb02be416

flyboarder 2019-01-26T21:04:02.277900Z

🐳 https://hub.docker.com/r/bootclj

flyboarder 2019-01-26T21:04:32.278400Z

^ 💥 Updates and a Blog post 😉

😁 1
borkdude 2019-01-26T22:44:36.278600Z

docker pull bootclj/boot is not working for me

borkdude 2019-01-26T22:45:26.278900Z

@flyboarder I figure you haven’t pushed the images yet?

flyboarder 2019-01-26T22:47:20.279700Z

@borkdude I pushed so many images, they are still in queue

flyboarder 2019-01-26T22:47:33.279900Z

it’s all building off github

borkdude 2019-01-26T22:48:05.280400Z

cool. so how does it work? when I start boot in docker, my whole app must run in docker?

flyboarder 2019-01-26T22:49:22.281100Z

you can map local folders to your docker container, and this gives everyone a standardized environment for running boot

borkdude 2019-01-26T22:50:14.281700Z

that’s cool. I don’t normally develop my app inside docker though. The old way will still be supported right?

flyboarder 2019-01-26T22:50:29.282Z

yes, you can still run boot on your host

flyboarder 2019-01-26T22:51:03.282800Z

until graal get’s wider support for windows and macos, the docker containers are the easiest way to try the V4 builds

borkdude 2019-01-26T22:51:27.283Z

v4?

borkdude 2019-01-26T22:52:09.283300Z

right: https://medium.com/degree9/boot-future-boot-e1948562d8d3

flyboarder 2019-01-26T22:54:36.284700Z

@borkdude yes, version 3 and 4 are on dual development tracks, non-backwards compatible changes will be in V4, currently this only includes the native loader, which you can use via boot-native images

flyboarder 2019-01-26T22:55:23.285300Z

version 3 has the same loader however we only compile for java aot, not graal native platform support

flyboarder 2019-01-26T22:55:51.285800Z

this keeps v3 current anywhere that v2 can run

flyboarder 2019-01-26T23:15:21.286Z

How does boots version affect the changes?

flyboarder 2019-01-26T23:51:12.286500Z

Supported Runtimes for boot-clj