GraalVM doesn't have official Java 8 OCI/Docker images.
I moved to GraalVM on my laptop, also for containers… I needed to stick with Java 8 version for some reason so I created my images.
For native-image, I use Oracle Linux instead of Red Hat UBI due to an unavailable dependency.
Public repositories
- Docker Hub: hub.docker.com/r/sycured/graalvm-8/tags
- Quay: quay.io/repository/sycured/graalvm-8?tab=tags
Dockerfiles are available on GitHub: graalvm-8-oci
Tags
jdk
A size compact GraalVM Community container image with the GraalVM JDK pre-installed.
- Docker Hub:
podman pull docker.io/sycured/graalvm-8:jdk
- Quay:
podman pull quay.io/sycured/graalvm-8:jdk
native-image
A size compact GraalVM Community container image with the Native Image support.
- Docker Hub:
podman pull docker.io/sycured/graalvm-8:native-image
- Quay:
podman pull quay.io/sycured/graalvm-8:native-image
nodejs
A size compact GraalVM Community container image with the Node.js runtime.
- Docker Hub:
podman pull docker.io/sycured/graalvm-8:nodejs
- Quay:
podman pull quay.io/sycured/graalvm-8:nodejs
python
A size compact GraalVM Community container image with the Python runtime.
- Docker Hub:
podman pull docker.io/sycured/graalvm-8:python
- Quay:
podman pull quay.io/sycured/graalvm-8:python