Rust Container Image¶
Curated Rust toolchain images (standard and slim) for building and testing Rust projects reproducibly.
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. Consult LICENSE for the exact terms.