docker-rust-openssl
Supported tags and respective Dockerfile
links
1.25
,latest
(1.25/Dockerfile)1.25-onbuild
,onbuild
(1.25/onbuild/Dockerfile)1.24
(1.24/Dockerfile)1.24-onbuild
(1.24/onbuild/Dockerfile)1.23
(1.23/Dockerfile)1.23-onbuild
(1.23/onbuild/Dockerfile)1.22
(1.22/Dockerfile)1.22-onbuild
(1.22/onbuild/Dockerfile)1.21
(1.21/Dockerfile)1.21-onbuild
(1.21/onbuild/Dockerfile)1.20
(1.20/Dockerfile)1.20-onbuild
(1.20/onbuild/Dockerfile)1.19
(1.19/Dockerfile)1.19-onbuild
(1.19/onbuild/Dockerfile)1.18
(1.18/Dockerfile)1.18-onbuild
(1.18/onbuild/Dockerfile)1.17
(1.17/Dockerfile)1.17-onbuild
(1.17/onbuild/Dockerfile)1.16
(1.16/Dockerfile)1.16-onbuild
(1.16/onbuild/Dockerfile)1.15
(1.15/Dockerfile)1.15-onbuild
(1.15/onbuild/Dockerfile)1.14
(1.14/Dockerfile)1.14-onbuild
(1.14/onbuild/Dockerfile)1.13
(1.13/Dockerfile)1.13-onbuild
(1.13/onbuild/Dockerfile)1.12
(1.12/Dockerfile)1.12-onbuild
(1.12/onbuild/Dockerfile)1.11
(1.11/Dockerfile)1.11-onbuild
(1.11/onbuild/Dockerfile)1.10
(1.10/Dockerfile)1.10-onbuild
(1.10/onbuild/Dockerfile)
What is rust ?
Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. More information on rust-lang.org and GitHub.
About this image
These images contain the openssl library to use with openssl crate.
The joxit/rust-openssl:latest
tag will always point the latest stable release.
Get the docker image
You can get the image in three ways
From sources with this command :
git clone https://github.com/Joxit/docker-rust-openssl.git
docker build -t joxit/rust-openssl docker-rust-openssl/latest
Or build with the url :
docker build -t joxit/rust-openssl github.com/Joxit/docker-rust-openssl#master:latest
Or pull the image from docker hub :
docker pull joxit/rust-openssl:latest