-1

Is there any officially supported docker image for ThingsBoard gateway?

I only found a version from "gmatheu" in the Docker Hub, but none in the official thingsboard repository.

Furthermore I see there is a docker folder (with the Dockerfile) in thingsboard-gateway github repository: shall I make a docker image out of those files?

AbCthings
  • 116
  • 9
  • You already have the dockerfile, why not build one by yourself? – atline Jul 15 '19 at 12:01
  • Yep, that's what I'm doing right now, just wanted to know if there was an official distro to save up some time.. – AbCthings Jul 15 '19 at 12:06
  • I guess once it have, but the project seems so old, long time no new commit. I guess it's dead, you should ask questions in there github to see what happened, if any replacement project? – atline Jul 15 '19 at 12:08
  • I think they abandoned the idea of using docker starting from release 1.2.1, latest is 2.2.1... I will publish a docker image with 2.2.1 here below – AbCthings Jul 15 '19 at 12:18

1 Answers1

1

I made a Docker image with resources provided in the official github repository of the project. You can find it here.

You can also find some hints to easily modify the image and customize it for your needs.

AbCthings
  • 116
  • 9