Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poad/graalvm-ce
https://github.com/poad/graalvm-ce
docker graalvm
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/graalvm-ce
- Owner: poad
- License: gpl-2.0
- Created: 2019-08-28T12:51:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T22:46:02.000Z (12 months ago)
- Last Synced: 2024-01-18T05:54:50.316Z (12 months ago)
- Topics: docker, graalvm
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/poad/graalvm-ce
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graalvm-ce
![Docker image build push](https://github.com/poad/graalvm-ce/workflows/Docker%20image%20build%20push/badge.svg?branch=main)
[![GitHub issues](https://img.shields.io/github/issues/poad/graalvm-ce.svg "GitHub issues")](https://github.com/poad/graalvm-ce)
[![GitHub stars](https://img.shields.io/github/stars/poad/graalvm-ce.svg "GitHub stars")](https://github.com/poad/graalvm-ce)Docker image GraalVM CE.
## Tags
| Tag | Based Java version | with Native Image |
|:---:|:---:|:---:|
| jdk17 | 17 | No |
| jdk17-native-image | 17 | Yes |
| jdk11 | 11 | No |
| jdk11-native-image | 11 | Yes |
| native-image | 17 | Yes |
| latest | 17 | No |## Useage
```$sh
docker run --name graalvm -it poad/graalvm-ce:native-image bash
cd /work
```