mqttHub
mqttHub copied to clipboard
Added support for Docker
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.
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.
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
?