You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/docker
Roger A. Light d60b9d4e5d Rewrite docker files for 1.5 support.
Builds from source.
Carries out security checks on downloads.
7 years ago
..
1.4.12 Use correct docker image name in README.md 8 years ago
1.5 Rewrite docker files for 1.5 support. 7 years ago
from_dist Add a new dockerfile and associated files, to build from a source tarball, instead of installing a built and published Alpine APK package. 7 years ago
generic Rewrite docker files for 1.5 support. 7 years ago
README.md Rewrite docker files for 1.5 support. 7 years ago

README.md

Docker Images

This directory contains Docker files for Mosquitto.

The 1.4 and 1.5 directories contain the latest version of Mosquitto for those releases, and provide the basis of the official images.

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