graalvm / container

GraalVM container images
Other
166 stars 37 forks source link

The images don't exist #67

Closed colin-riddell closed 2 years ago

colin-riddell commented 2 years ago

According to the documentation there should be the following images:

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

Am I doing something wrong or is the documentation inaccurate?

Thanks

oubidar-Abderrahim commented 2 years ago

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

oubidar-Abderrahim commented 2 years ago

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)