ubuntu/rust

Verified Publisher

By Canonical

Updated 2 days ago

Rock for Rust - a systems programming language focused on safety, speed, and concurrency.

Image
Languages & frameworks
3

10K+

ubuntu/rust repository overview

ubuntu/rust is a rock for Rust maintained by Canonical.

Rust is a modern memory-safe systems programming language focused on performance and reliability.

[Learn more about Rust]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
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/20291.7524.04amd64, arm64
1.93-26.04_edge
aliases1.93-26.04_edge
05/20311.9326.04amd64, arm64
1.85-24.04_edge
aliases1.85-24.04_edge
05/20291.8524.04amd64, arm64
View deprecated tags
TagsSupport ended onUpgrade Path
1.85-25.10_edge07/2026 -
1.88-25.10_edge07/2026 -
1.84-25.04_edge01/2026 -

Get started

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.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/rust:1.85-25.10_edge plan
Run

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.

Get logs

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>
Monitor health checks

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

[Report a bug] [Contribute]

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.

Tag summary

Content type

Image

Digest

sha256:3dfc6ede7

Size

204.5 MB

Last updated

2 days ago

docker pull ubuntu/rust:1.93-26.04_edge

This week's pulls

Pulls:

350

Last week