Docker image for OpenCanary
Repository to build an OpenCanary container image. CI pipeline automatically builds multi arch container images and pushes them to Docker Hub.
Trigger a build:
$ docker build -t sometag -f Dockerfile --build-arg VERSION=0.5.5 .
OpenCanary officically is running only on top of Python v2.7, but this build uses Python v3. Complete Python v3 support is under development as stated on Github.