lmco / laikaboss

Laika BOSS: Object Scanning System
Apache License 2.0
732 stars 155 forks source link

Automated Docker Build #65

Open mgoffin opened 7 years ago

mgoffin commented 7 years ago

Would it be helpful to the community to setup an automated Docker build for the project?

https://docs.docker.com/docker-hub/builds/

I suspect the owner of the repo would be the best person to create a special GitHub account with access to this repo that links both the Docker automated build and the repo. That way it's not reliant on a community member that may or may not keep up with it.

wzod commented 7 years ago

Great idea! I've been meaning to revisit the Docker build to address recent updates and automated builds would help with keeping up with changes. I'll work on setting that up for Laika.

wzod commented 7 years ago

Created an automated build for Laika BOSS, which may pulled from the wzod/laikaboss repo on Docker Hub and located at the following URL:

https://hub.docker.com/r/wzod/laikaboss/

FYI - I submitted a few changes to the Dockerfile in PR #68 to address some issues with broken links to dependencies, update yara/yara-python to v3.5.0 and address an issue with one of the packages from the apt repository.

If anything, please let me know.

Hope this helps!