GraalVM: Java 8 OCI/Docker images are available

graalvm logo

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

  • Quay: https://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.

  • Quay: podman pull quay.io/sycured/graalvm-8:jdk

native-image

A size compact GraalVM Community container image with the Native Image support.

  • Quay: podman pull quay.io/sycured/graalvm-8:native-image

nodejs

A size compact GraalVM Community container image with the Node.js runtime.

  • Quay: podman pull quay.io/sycured/graalvm-8:nodejs

python

A size compact GraalVM Community container image with the Python runtime.

  • Quay: podman pull quay.io/sycured/graalvm-8:python