-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graalvm docker image repository no longer hosted at docker hub #1394
Comments
Thanks a lot for brining this up 😊. I don't use the graalvm feature ( yet ). IIRC this is related to the build process itself, right? I'm happy to merge any pull requests on this 🤗 |
Yes, this is used when building a native image in a Graalvm docker image. I actually took a look at the potential fix, and I think it would be a quick name change here: Line 30 in 870e260
The fix worked, but I couldn't figure out why the Graalvm test wouldn't pass... Something along the lines of output test native-image binary couldn't find the Main class. I haven't looked too deeply into what was causing the issue. Currently I'm just working around the whole issue by using the setting Lines 152 to 160 in 870e260
|
Thanks @kgston for giving it a shot 🤗 You could open a pull request with the change, which seems quite right. Then some one can take a look and see what the issue is. If there's something weird going on with the sbt scripted test setup, I'll surely look into this. |
The docker hub page now returns 404: https://hub.docker.com/r/oracle/graalvm-ce
Seems like it was migrated sometime back to Github container repository at
ghcr.io/graalvm/graalvm-ce
https://github.com/orgs/graalvm/packages/container/package/graalvm-ceThe text was updated successfully, but these errors were encountered: