- create locally the
graalvm-native-image
container usinggraalvm-native-image/build.sh
. This container will be used to build the native image. - run sbt
- run in sbt:
dockerGraalvmNative
: this will generate thedocker-graalvm-native-test
container - run in sbt:
docker:publishLocal
: this will generate thedocker-test
continer - run in shell:
time docker run --rm docker-graalvm-native-test
- run in shell:
time docker run --rm docker-test
and compare the timing - run
docker images | grep docker-
and compare the image size
forked from adamw/docker-graalvm-native
-
Notifications
You must be signed in to change notification settings - Fork 0
loicdescotte/docker-graalvm-native
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Scala 93.8%
- Dockerfile 5.0%
- Shell 1.2%