mosquitto 1.4.14 on official docker repository

Created on 9 Jan 2018  路  6Comments  路  Source: eclipse/mosquitto

Hi,

is it possible to publish mosquitto 1.4.14 on the official eclipse-mosquitto docker repository?

It has been six months since it got added to the develop branch with #500.
This was already addressed in #606, but not commented by any maintainer.

Is there a place to get in touch? The Paho channel on the clipse.org Mattermost server is kind of dead. So i'm asking here.

Most helpful comment

v1.5 is out now, and I've noted this at https://github.com/docker-library/official-images/issues/4358

All 6 comments

Doesn't it depend on what packages Alpine Linux provides upstream ? Read the Dockerfile.

Edit the Dockerfile to use alpine:3.7 and specify mosquitto=1.4.14-r3 in it and build your own container that way. Works fine.

That is what we ended up doing.

FROM eclipse-mosquitto:latest should provide you the _latest_ mosquitto version, but it doesen't.
The needed Dockerfile is already on the develop branch, so it could be published to the official Docker Hub repository. So building your own alpine + mosquitto image would not be necessary.

v1.5 is out now, and I've noted this at https://github.com/docker-library/official-images/issues/4358

Hi, Why docker hub is not updated with latest mosquitto version. When mosquitto 1.5.3 will be available at docker hub?

1.5.3 is now available on the official image and will be kept up to date.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oej picture oej  路  7Comments

korish picture korish  路  7Comments

smarty70 picture smarty70  路  3Comments

chipengliu picture chipengliu  路  5Comments

hvanmegen picture hvanmegen  路  4Comments