mosquitto/docker
2019-04-26 22:05:26 +01:00
..
1.4.12 Use correct docker image name in README.md 2017-06-11 21:54:36 +01:00
1.5 Update Dockerfile for 1.5.8. 2019-02-28 22:03:18 +00:00
1.6 Update Docker image for 1.6.1. 2019-04-26 22:05:26 +01:00
generic Rewrite docker files for 1.5 support. 2018-10-24 17:00:15 +01:00
README.md Remove renamed files, fix readme. 2018-10-26 07:31:22 +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.

1.4.12 is the version using Alpine packaged Mosquitto, which will be removed at the next minor release.

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