sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 442 forks source link

GraalVMNativeImagePlugin using deprecated container pull URL #1644

Open utkuaydn opened 2 weeks ago

utkuaydn commented 2 weeks ago

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

muuki88 commented 1 week ago

Thanks a lot @utkuaydn

Would you like to fix this? If yes, I can try to point you in the right directions

utkuaydn commented 2 days ago

Hi @muuki88, I'd love to help out, let me know where and what to do and I'll do my best :)