graalvm / container

GraalVM container images
Other
166 stars 37 forks source link

[Bug] gu: command not found in ghcr.io/graalvm/jdk:ol8-java17-22.3.0 #72

Closed KFCFans closed 1 year ago

KFCFans commented 1 year ago

gu command not found in these images ghcr.io/graalvm/jdk:ol8-java17-22.3.0 ghcr.io/graalvm/jdk:ol8-java17-22.3.1


image
sureshg commented 1 year ago

As mentioned in the doc, you should use graalvm-ce image (instead of jdk) for native image tools.

KFCFans commented 1 year ago

Oh, I am following the practice of the official documentation, maybe you need to adjust the official documentation?

image

KFCFans commented 1 year ago

https://www.graalvm.org/22.0/docs/getting-started/container-images/

mlouriz commented 1 year ago

Hi @KFCFans, Please use graalvm-ce it's the gu based images. For jdk, nodejs, and native-image are based on rpm manager ( yum or microdnf). Please feel free to reopen if you are facing any issue. We will adjust the documentation.

ezzarghili commented 1 year ago

FYI, the type of the image is documented in the readme file of the container repository https://github.com/graalvm/container

KFCFans commented 1 year ago

Thank you all~ :)