graalvm / container

GraalVM container images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The images don't exist

colin-riddell opened this issue · comments

According to the documentation there should be the following images:

  • ghcr.io/graalvm/jdk:java17-22.2, ghcr.io/graalvm/jdk:java17-22.3
  • ghcr.io/graalvm/graalvm-ce:22.3.0-java17-amd64
  • ghcr.io/graalvm/jdk:java17-22.2.0
    and more.

I'm sure that these don't exist. So far I'm only able to pull

  • ghcr.io/graalvm/jdk:22.3.0 for jdk, native-image, graalvm-ce etc. for 22.3.0 and 22.2.0

Am I doing something wrong or is the documentation inaccurate?

Thanks

Hi, Thank you for reporting this, we'll take a look into this shortly

You need to specify the Oracle Linux distribution to use for the other tags. (ex: ghcr.io/graalvm/jdk:ol8-java17-22.3) you can find all supported tags here: https://github.com/graalvm/container/pkgs/container/jdk/versions?filters%5Bversion_type%5D=tagged

We'll update our documentation to fix this. (tracked internally at GR 42499)