mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
It wasn't pinned with a hash yet with a version tag. This ensures we are deterministic to the image (specified by hash), `Cargo.lock`, and source code alone. Unfortunately, this was incredibly annoying to do, the exact process uncovering a SIGSEGV in stable Rust. The extensive documentation details the solution. Thankfully, it works now.
Orchestration
This folder contains the tool which generates various dockerfiles and manage deployments of Serai.
To start, run:
cargo run -p serai-orchestrator
to generate all of the dockerfiles needed for development.