CI images used by Solti repositories.
ci/<toolchain>/
├── Dockerfile
└── variants.yaml
| Contract | Registry image |
|---|---|
ci/rust |
ghcr.io/soltihq/ci/rust |
ci/golang |
ghcr.io/soltihq/ci/golang |
ci/proto |
ghcr.io/soltihq/ci/proto |
- Each variant publishes one toolchain version tag.
- The same build also publishes
<version>-sha-<commit>for rollback and diagnostics. - Version tags are updated when their image contract changes.
- Consumers pin the toolchain version and refresh it in CI.
The workflow does not publish latest.
Issues and pull requests are welcome.
Read the contributing guide before a large change.