:boot-clj: https://medium.com/degree9/docker-boot-65ffb02be416
^ 💥 Updates and a Blog post 😉
docker pull bootclj/boot is not working for me
@flyboarder I figure you haven’t pushed the images yet?
@borkdude I pushed so many images, they are still in queue
it’s all building off github
cool. so how does it work? when I start boot in docker, my whole app must run in docker?
you can map local folders to your docker container, and this gives everyone a standardized environment for running boot
that’s cool. I don’t normally develop my app inside docker though. The old way will still be supported right?
yes, you can still run boot on your host
until graal get’s wider support for windows and macos, the docker containers are the easiest way to try the V4 builds
v4?
right: https://medium.com/degree9/boot-future-boot-e1948562d8d3
@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
version 3 has the same loader however we only compile for java aot, not graal native platform support
this keeps v3 current anywhere that v2 can run
How does boots version affect the changes?
Supported Runtimes for boot-clj