Cargo with NodeJS purpose built my CI pipelines. https://hub.docker.com/r/redhawk76/rust
  • Nix 50.8%
  • Dockerfile 34.2%
  • Just 15%
Find a file
2026-07-09 19:05:24 +00:00
.forgejo/workflows persist versioning foreverrr 2026-06-27 00:42:00 -04:00
.envrc init 2026-06-26 23:53:31 -04:00
.gitignore init 2026-06-26 23:53:31 -04:00
.rust-version ci: bump to Rust 1.97.0 2026-07-09 19:05:24 +00:00
Dockerfile openssl pkgconfig 2026-06-27 12:00:37 -04:00
flake.lock init 2026-06-26 23:53:31 -04:00
flake.nix init 2026-06-26 23:53:31 -04:00
justfile init 2026-06-26 23:53:31 -04:00
README.md add readme 2026-06-27 11:36:23 -04:00

Rust Container

Rust for CI pipelines including NodeJS.

Usage

Located here on DockerHub.

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.