Open raymcdermott opened 2 years ago
Just wanted to second that I can reproduce this issue and would appreciate the PR for a fix.
Also, @raymcdermott, are you able to successfully build and execute the smoke-test when running on jvm? I am running into issue #2.
First - thanks for the great work on this project. It's clearly taken quite some effort to put it all together and write it up so I am grateful for your efforts.
When I try to run the project (on Linux Mint, Cinnamon) I get a failure:
I then start looking for where I can find the graalvm CE containers and find this https://github.com/graalvm/container
And it seems they are now publishing to Github docker registry eg we must use ghcr.io/graalvm/jdk:java17-21.3.0
After some rejigging of the docker files I got it all pulling the GraalVM images and then I hit another error when running
So I changed the ports in the docker-compose file and it all started to work.
I would be happy to make a PR with the changes but I wanted to check whether or not I'm holding something wrong first cos maybe it all still works for you and something is off with my environment.
Let me know what you think.