Sign inSign up

katrocitus/rust-musl

By katrocitus

Updated over 5 years ago

Image
0

176

katrocitus/rust-musl repository overview

Docker image with Rust with OpenSSL on musl for building and deploying in scratch

The image is live at katrocitus/rust-musl:latest

For your own docker images, use

FROM katrocitus/rust-musl:latest

COPY ./ .

RUN cargo build --target x86_64-unknown-linux-musl --release

FROM scratch

....

Tag summary

Content type

Image

Digest

Size

667.6 MB

Last updated

over 5 years ago

docker pull katrocitus/rust-musl