Docker image based on oracle/graalvm-ce:latest with native-image installed
96
Dockerfile is:
FROM oracle/graalvm-ce:latest
RUN gu install native-image
You get the idea.
Copyright © 2019 Jarppe Länsiö
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Content type
Image
Digest
Size
456 MB
Last updated
about 6 years ago
docker pull jarppe/graal-native-image