Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Official Docker Image

Hi Karl,

I work for CA Technologies, and at CA we have been using Mosquitto as our MQTT broker in one of our solutions. We are moving to use Docker for our solutions and were looking to contribute a Docker image that could be owned and maintained by the Eclipse-Mosquitto project. “Official” means that it was approved and accepted by Docker Inc. and will be promoted on Docker Hub. For more information please see: https://docs.docker.com/docker-hub/official_repos/

The reason that these Docker images are using older versions of Eclipse-Mosquitto is because the images are using Alpine Linux as a base image. Currently Alpine v3.3 has Mosquitto 1.4.4 in its package repository and v3.4 has Mosquitto 1.4.8. 
Version 1.4.10 is available in the edge repository, but I was going to wait until a new release (the package is promoted to a release branch) of Alpine Linux before creating another Docker image.

We can also create other Docker images using different base images (i.e. Ubuntu) which may have more recent releases of Mosquitto or even compile the latest version when the Docker image is built. This was meant as an initial Docker image, but we can improve or add other images as needed.

David

On 2016-12-14, 2:45 PM, "mosquitto-dev-bounces@xxxxxxxxxxx on behalf of Karl Palsson" <mosquitto-dev-bounces@xxxxxxxxxxx on behalf of karlp@xxxxxxxxxxxx> wrote:

    What makes it official?
    
    I mean, it sounds nice and all, but 
    
    a) who are you? You're email is from "ca.com" which is neither
    eclipse nor mosquitto. b) the versions you're announcing are two
    releases out of date, in the best case.
    
    Sincerely,
    Karl Palsson
    
    
    "Audet, David M" <David.Audet@xxxxxx> wrote:
    > Hi all,
    > 
    > I just wanted to let everyone know that there is now an
    > official Docker image available on Docker Hub for
    > eclipse-mosquitto!
    > 
    > https://hub.docker.com/_/eclipse-mosquitto/
    > 
    > Current tags are:
    > 1.4.4
    > 1.4.8
    > latest (points to 1.4.8)
    > 
    > The documentation is not yet showing up, but should in the next
    > day or so.
    > 
    > The gatekeepers also mentioned that it might be worth moving
    > the Dockerfiles to a repo separate from the existing
    > eclipse/mosquitto repo in Github. This would allow updates to
    > the Dockerfiles to be more out-of-band (and more frequent) than
    > the upstream repo.
    > 
    > Thoughts?
    > 
    > Thanks,
    > 
    > David
    > _______________________________________________
    > mosquitto-dev mailing list
    > mosquitto-dev@xxxxxxxxxxx
    > To change your delivery options, retrieve your password, or
    > unsubscribe from this list, visit
    > https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top