boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
flyboarder 2019-01-23T05:07:49.247Z

The boot-native docker image is now on docker hub, try using it as a base image for your boot builds

2019-01-23T10:03:12.253400Z

Sounds great! The link doesn't work for me though

flyboarder 2019-01-23T05:07:49.247200Z

https://hub.docker.com/r/bootclj/boot-native

3
flyboarder 2019-01-23T05:16:14.250200Z

What is so great about the boot-native image you ask?

flyboarder 2019-01-23T05:19:50.250800Z

It includes graalvm versions of your favourite binaries, batteries included

flyboarder 2019-01-23T05:20:38.251200Z

Which binaries and tools you ask?

flyboarder 2019-01-23T05:20:54.251600Z

Pretty much everything you need for clojure/java and clojurescript/javascript development.

flyboarder 2019-01-23T05:21:03.251800Z

.		javadoc		jmap		lli		rmid
..		javah		jps		native-image	rmiregistry
appletviewer	javap		jrunscript	native2ascii	schemagen
extcheck	jcmd		js		node		serialver
gu		jconsole	jsadebugd	npm		servertool
idlj		jdb		jstack		orbd		tnameserv
jar		jdeps		jstat		pack200		unpack200
jarsigner	jhat		jstatd		policytool	wsgen
java		jinfo		jvisualvm	polyglot	wsimport
javac		jjs		keytool		rmic		xjc

flyboarder 2019-01-23T05:21:56.252700Z

This makes it a great choice for development or production containers (warning: building a native-image within a container will take a long time)

2019-01-23T10:03:12.253400Z

Sounds great! The link doesn't work for me though

borkdude 2019-01-23T12:51:43.253900Z

@flyboarder link doesn’t work for me

flyboarder 2019-01-23T16:25:47.255100Z

@borkdude @jeroenvandijk I updated the link

borkdude 2019-01-23T16:27:04.255400Z

I’m not sure why or who should use this?

borkdude 2019-01-23T16:28:49.257600Z

is this for building project to graal native code with boot? or is this boot compiled to native code?

flyboarder 2019-01-23T16:29:06.257800Z

@borkdude both!

flyboarder 2019-01-23T16:29:30.258600Z

Or neither, you could use it for polyglot js development with boot as your build tool

borkdude 2019-01-23T16:30:14.258800Z

I see 🙂

dave 2019-01-23T16:48:06.259Z

mindblown.gif