We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is mentioned in https://github.com/graalvm/container/pkgs/container/graalvm-ce/ that graalvm-ce is deprecated and graalvm-community should be used instead.
GraalVMNativeImagePlugin should use https://ghcr.io/graalvm/graalvm-community to pull images.
It is using https://ghcr.io/graalvm/graalvm-ce which is deprecated
The text was updated successfully, but these errors were encountered:
Thanks a lot @utkuaydn
Would you like to fix this? If yes, I can try to point you in the right directions
Sorry, something went wrong.
Hi @muuki88, I'd love to help out, let me know where and what to do and I'll do my best :)
Hi @utkuaydn
Thanks a lot for offering help ❤️ This is great.
The base image is currently defined here:
sbt-native-packager/src/main/scala/com/typesafe/sbt/packager/graalvmnativeimage/GraalVMNativeImagePlugin.scala
Line 31 in c882ac2
There are two sbt integration tests here that may require adaption: https://github.com/sbt/sbt-native-packager/tree/main/src/sbt-test/graalvm-native-image
Fix GraalVM container pull URL sbt#1644
c22f8a0
42322a1
No branches or pull requests
It is mentioned in https://github.com/graalvm/container/pkgs/container/graalvm-ce/ that graalvm-ce is deprecated and graalvm-community should be used instead.
Expected behaviour
GraalVMNativeImagePlugin should use https://ghcr.io/graalvm/graalvm-community to pull images.
Actual behaviour
It is using https://ghcr.io/graalvm/graalvm-ce which is deprecated
The text was updated successfully, but these errors were encountered: