All Projects → arjones → docker-graalvm

arjones / docker-graalvm

Licence: Apache-2.0 license
A base image to run apps using https://www.graalvm.org

Projects that are alternatives of or similar to docker-graalvm

Okhttp
Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
Stars: ✭ 41,306 (+375409.09%)
Mutual labels:  graalvm
holy-lambda
The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
Stars: ✭ 318 (+2790.91%)
Mutual labels:  graalvm
openapi4j
OpenAPI 3 parser, JSON schema and request validator.
Stars: ✭ 92 (+736.36%)
Mutual labels:  graalvm
Truffleruby
A high performance implementation of the Ruby programming language. Built on the GraalVM by Oracle Labs.
Stars: ✭ 2,620 (+23718.18%)
Mutual labels:  graalvm
GraalVMREPL
REPL (read–eval–print loop) shell built on top of JavaFX and GraalVM stack, incorporating GraalJS, GraalPython, TruffleRuby and FastR
Stars: ✭ 31 (+181.82%)
Mutual labels:  graalvm
mozart-graal
An implementation of Oz on top of Truffle and Graal
Stars: ✭ 37 (+236.36%)
Mutual labels:  graalvm
Spring Native
Spring Native provides beta support for compiling Spring applications to native executables using GraalVM native-image compiler.
Stars: ✭ 2,282 (+20645.45%)
Mutual labels:  graalvm
java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (+63.64%)
Mutual labels:  graalvm
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+1572.73%)
Mutual labels:  graalvm
clojure-rust-graalvm
An example of Clojure program calling a Rust library, all combined into one executable using GraalVM.
Stars: ✭ 113 (+927.27%)
Mutual labels:  graalvm
Google-Authenticator
Clojure program to compute your google authenticator OTP using TOTP
Stars: ✭ 23 (+109.09%)
Mutual labels:  graalvm
micronaut-camunda-external-client
This open source project allows you to easily integrate Camunda's External Task Clients into Micronaut projects: simply add a dependency in your Micronaut project
Stars: ✭ 19 (+72.73%)
Mutual labels:  graalvm
graalvm-native-image-plugin
A Gradle plugin which creates a native executable via GraalVM's native-image. This is a thin wrapper of the native-image command.
Stars: ✭ 90 (+718.18%)
Mutual labels:  graalvm
Babashka
Native, fast starting Clojure interpreter for scripting
Stars: ✭ 2,462 (+22281.82%)
Mutual labels:  graalvm
springboot-helloworld-native
Example helloWorld SpringBoot project which compiles to native code with GraalVM
Stars: ✭ 14 (+27.27%)
Mutual labels:  graalvm
Spring Fu
KoFu and JaFu configuration DSLs for Spring Boot
Stars: ✭ 1,567 (+14145.45%)
Mutual labels:  graalvm
scala-http4s-realworld-example-app
Example of a RealWorld app backend powered by Scala + http4s
Stars: ✭ 35 (+218.18%)
Mutual labels:  graalvm
dragon
DRAGON Stack manager
Stars: ✭ 20 (+81.82%)
Mutual labels:  graalvm
setup-graalvm
No description or website provided.
Stars: ✭ 63 (+472.73%)
Mutual labels:  graalvm
graalvm-ce-dev-builds
GraalVM Dev Build Downloads
Stars: ✭ 76 (+590.91%)
Mutual labels:  graalvm

Docker Image for GraalVM

A base image to run apps using GraalVM

Build

VERSION=1.0.0-rc1 && \
  docker build --build-arg GRAALVM_VERSION=${VERSION} -t ${USER}/graalvm:${VERSION} .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].