Sign inSign up

primeimages/rust

Sponsored OSS

By PrimeImages

•Updated over 5 years ago

Alpine with Rust installed

Image
Languages & frameworks
Integration & delivery
0

10K+

primeimages/rust repository overview

⁠rust

⁠Description

This image contains a build of Rust⁠ on an Alpine base image. Amongst others, it's used by a number of solutions in the Primes project⁠. It was created as a separate base image because the Rust build time was prohibitive for it to be built as part of the Primes CI process.

Please note that there is also a Ducker Official Rust image⁠, which should probably be used for most purposes. This image was created because the authors of some of the Primes solutions concluded that a custom build yielded better performance in the context of Primes than the official image did at the time.

⁠Usage

To run the rust image as is, use the following command:

docker run -ti primeimages/rust

To use the rust image as a base image for a Docker image of your own creation, make sure the first line of your Dockerfile looks as follows:

FROM primeimages/rust:<version>

Replace <version> with the Rust version you want to use that's available in the image's Tags list, or latest for the latest available version.

⁠Dockerfile source code

The source code for this image is available at the following location: https://github.com/PlummersSoftwareLLC/Rust-docker⁠.

⁠Contact information

If you have any questions about the rust image, please create an issue in the GitHub repository's Issues section⁠.

Tag summary

Content type

Image

Digest

Size

309.1 MB

Last updated

over 5 years ago

docker pull primeimages/rust

This week's pulls

Pulls:

69

Last week