This Docker image provides a reusable Rust + CPython toolchain designed for projects that combine:
maturin-based build workflowsIt is a base image, not an application image, and should be extended
using FROM in service-specific Dockerfiles.
| Component | Version |
|---|---|
| Rust | 1.91 |
| Python | 3.13.5 (built from source) |
| OS Base | Debian slim |
| Python tools | pip, maturin, pytest |
Python is compiled from source to:
Build flags used:
--enable-optimizations--with-lto--enable-sharedThe image sets:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
RUST_BACKTRACE=1
PYTHONUNBUFFERED=1
Content type
Image
Digest
sha256:8676bc552…
Size
500 MB
Last updated
8 months ago
docker pull gabriellhl/rust-python