Rust Container Image¶
Curated Rust toolchain images (standard and slim) for building and testing Rust projects reproducibly.
Features¶
- Standard and slim variants so you can trade toolchain completeness for a smaller footprint.
- Based on official Rust images with minimal modifications for CI reproducibility.
Usage¶
Pull the images¶
podman pull registry.gitlab.com/niclas-zone/ctr/rust:latest
podman pull registry.gitlab.com/niclas-zone/ctr/rust:slim
Build a project¶
podman run --rm -it \
-v $(pwd):/app \
-w /app \
registry.gitlab.com/niclas-zone/ctr/rust:latest \
cargo build --release
Author¶
Niclas Heinz
Contributing¶
Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.
License¶
This project is licensed under the MIT License. See LICENSE for details.