mqttHub icon indicating copy to clipboard operation
mqttHub copied to clipboard

Added support for Docker

Open asymetrixs opened this issue 3 years ago • 2 comments

Added the Dockerfile to build a Docker images from sources. Also added a README.md explaining how to build and run MQTTnet.Server in a Docker container.

asymetrixs avatar Feb 15 '22 18:02 asymetrixs

It it possible to create a docker image using GitHub actions? (https://docs.github.com/en/actions/publishing-packages/publishing-docker-images). I still need to setup the build CI so that executables are available for download.

chkr1011 avatar Feb 16 '22 17:02 chkr1011

Yea sure that would be possible. Can you tell me where I can find the version number so that the docker image can be tagged correctly? I have not found it, the build script build.ps1 seems to take it as an external parameter? Can you add a file like mqttnet-server.version or so which contains the version or even use the <Version> field in MQTTnet.Server.csproj?

asymetrixs avatar May 06 '22 18:05 asymetrixs