Cargo with NodeJS purpose built my CI pipelines.
https://hub.docker.com/r/redhawk76/rust
- Nix 50.8%
- Dockerfile 34.2%
- Just 15%
| .forgejo/workflows | ||
| .envrc | ||
| .gitignore | ||
| .rust-version | ||
| Dockerfile | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| README.md | ||
Rust Container
Rust for CI pipelines including NodeJS.
Usage
Why
I tried the offical rustlang and then Shepmaster's image and neither really worked well. I just want clippy, fmt and docs components included with cargo. In the future if there are tools like clippy that become popular we could add that to.