/docker-opencanary

Docker image for OpenCanary

Primary LanguageDockerfileMIT LicenseMIT

Docker image for OpenCanary

package-latest-version release GitHub Workflow Status (branch) GitHub Workflow Status (branch)

Repository to build an OpenCanary container image. CI pipeline automatically builds multi arch container images and pushes them to Docker Hub.

Build

Trigger a build:

$ docker build -t sometag -f Dockerfile --build-arg VERSION=0.5.5 .

Notice

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.