Rock for Rust - a systems programming language focused on safety, speed, and concurrency.
10K+
ubuntu/rust is a rock for Rust maintained by Canonical.
Rust is a modern memory-safe systems programming language focused on performance and reliability.
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures | |
|---|---|---|---|---|---|
1.75-24.04_stable | aliases1.75-24.04, 1.75-24.04_beta, 1.75-24.04_candidate, 1.75-24.04_edge | 05/2029 | 1.75 | 24.04 | amd64, arm64 |
1.93-26.04_edge | aliases1.93-26.04_edge | 05/2031 | 1.93 | 26.04 | amd64, arm64 |
1.85-24.04_edge | aliases1.85-24.04_edge | 05/2029 | 1.85 | 24.04 | amd64, arm64 |
| Tags | Support ended on | Upgrade Path |
|---|---|---|
1.85-25.10_edge | 07/2026 | - |
1.88-25.10_edge | 07/2026 | - |
1.84-25.04_edge | 01/2026 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/rust:1.85-25.10_edge plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name rust-container \
--rm -v /path/to/your/rust/project:/work -w /work \
ubuntu/rust:1.85-25.10_edge \
exec cargo build --release
The project within the current working directory will be built with Cargo. The resulting binary will be placed in the current working directory.
To view the logs of the running container, run:
docker exec rust-container pebble logs
Or, for a specific service:
docker exec rust-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec rust-container pebble checks
The overall health of your container can be inspected via:
docker exec rust-container pebble health
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:3dfc6ede7…
Size
204.5 MB
Last updated
2 days ago
docker pull ubuntu/rust:1.93-26.04_edgePulls:
350
Last week