Skip to content

Bruce17/docker-opencanary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.