cloudstateio / cloudstate

Distributed State Management for Serverless
https://cloudstate.io
Apache License 2.0
763 stars 97 forks source link

Update to Graal 20.3.1 and use github container registry #519

Closed pvlugter closed 3 years ago

pvlugter commented 3 years ago

Alternative to #515. Use ghcr.io/graalvm/graalvm-ce for docker images, and update to 20.3.1 (closest version published there). A couple of options had errors, which I've just commented out for now. Let's see how the integration tests go.

pvlugter commented 3 years ago

Ok, this is building successfully and passing the integration tests now. I'll merge now to unblock CI, and we can continue looking into the Graal upgrade via #411.