rivet-gg / rivet

🔩 The only backend your multiplayer game needs. Open-source & self-hostable.
https://rivet.gg
Apache License 2.0
2.03k stars 47 forks source link

Allow toggling between using `FROM scratch` or `FROM debain` containers #955

Closed NathanFlurry closed 3 months ago

NathanFlurry commented 3 months ago

Motivation
Currently all services are built using musl in order to run in scratch container. This might have extra overhead on iteration speed.

Implementation

Add a setting under rust in the ns config. Should be enabled for prod clusters.

linear[bot] commented 3 months ago

RVT-3803 Allow toggling between using `FROM scratch` or `FROM debain` containers