Config
The Rivet configuration file can use any of the follow names:
Name | Format |
---|---|
rivet.json | JSON |
rivet.json | JSON with comments (JSONC) |
Schema
Config
Any of the following variants:
Variant #1
Build arguments to pass to the build.
Directory to build the Docker image from.
Build target to upload.
Dockerfile to build.
Existing image tag to upload.
Use the native Docker build command. Only used if Buildx is not available.
Create & use a Buildx builder on this machine. Required for cross-platform compilation.
Legacy option. Docker image archive output from
docker save
. Slower lobby start times.OCI bundle archive derived from a generated Docker image. Optimized for fast lobby start times.
No compression.
LZ4 compression. Fast compression optimized for fast lobby start times.
Variant #2
No compression.
LZ4 compression. Fast compression optimized for fast lobby start times.
No compression.
LZ4 compression. Fast compression optimized for fast lobby start times.