mosquitto/docker
Roger A. Light 6084685e0c Revert docker change to openssl.
Add extra targets to support openssl.
2020-06-16 00:16:11 +01:00
..
1.5 Revert docker change to openssl. 2020-06-16 00:16:11 +01:00
1.5-openssl Revert docker change to openssl. 2020-06-16 00:16:11 +01:00
1.6 Revert docker change to openssl. 2020-06-16 00:16:11 +01:00
1.6-openssl Revert docker change to openssl. 2020-06-16 00:16:11 +01:00
generic Update example Docker ports. 2020-04-23 13:10:11 +01:00
local Docker: update to 1.6.10. 2020-06-02 21:27:55 +01:00
README.md Docker: update to 1.6.10. 2020-06-02 21:27:55 +01:00

Docker Images

This directory contains Docker files for Mosquitto.

The 1.5 directory contains the latest version of Mosquitto for that series, and provide the basis of the official image.

The generic directory contains a generic Dockerfile that can be used to build arbitrary versions of Mosquitto based on the released tarballs as follows:

cd generic
docker build -t eclipse-mosquitto:1.5.1 --build-arg VERSION="1.5.1" .
docker run --rm -it eclipse-mosquitto:1.5.1

The local directory can be used to build an image based on the files in the working directory by using make localdocker from the root of the repository.