Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 758 Bytes

graalvm-maven-docker

Docker Image CI

A docker image for GraalVM built with sdkman used at SoftInstigate to run RESTHeart on GraalVM.

Images are automatically published on Docker Hub when commit is tagged.

Versions

  • GraalVM: 21.0.2-graal

Run Java

$ docker pull softinstigate/graalvm
$ docker run -it --rm \
    -v "$PWD":/opt/app  \
    softinstigate/graalvm \
    java -jar /opt/app/myapp.jar