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
....
Content type
Image
Digest
Size
667.6 MB
Last updated
over 5 years ago
docker pull katrocitus/rust-musl