Fork me on GitHub
#boot
<
2019-01-23
>
flyboarder05:01:49

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

jeroenvandijk10:01:12

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

flyboarder05:01:14

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

flyboarder05:01:50

It includes graalvm versions of your favourite binaries, batteries included

flyboarder05:01:38

Which binaries and tools you ask?

flyboarder05:01:54

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

flyboarder05:01:03

.		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

flyboarder05:01:56

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

borkdude12:01:43

@flyboarder link doesn’t work for me

borkdude16:01:04

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

borkdude16:01:49

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

flyboarder16:01:30

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

dave16:01:06

mindblown.gif