fugeritorg/graalkus

By fugeritorg

Updated 4 days ago

Container repository for project https://github.com/fugerit-org/graalkus.

Image
Languages & Frameworks

2.2K

Graalkus: A GraalVM/Quarkus Demo Migrating from JIT to AOT

This is the container repository for project Graalkus.

Check the documentation for further information.

run project locally (latest tag)

run --rm -p 8080:8080 --name graalkus-test fugeritorg/graalkus:latest

available tags

  • latest - the latest JIT version (runs on both linux/amd64 and linux/arm64)
  • latest-native - the latest native (AOT) version (runs on both linux/amd64 and linux/arm64) (*)
  • latest-native-pgo - the latest native (AOT) version with Profile Guided Optimization (runs on both linux/amd64 and linux/arm64) (*)
  • latest-amd64native-pgo - the latest native (AOT) version (runs on linux/amd64)
  • latest-arm64native-pgo - the latest native (AOT) version (runs on linux/arm64)

(*) this is built on platform specific images.

Docker Pull Command

docker pull fugeritorg/graalkus