mozilla / ssh_scan_api

An API for ssh_scan (https://github.com/mozilla/ssh_scan) and the backend API service for the Mozilla SSH Observatory (https://observatory.mozilla.org/)
31 stars 12 forks source link

Dockerize the ssh_scan_api #63

Closed claudijd closed 7 years ago

claudijd commented 7 years ago

This is primarily so I can more easily maintain the production deployment, but I suspect it will open up more doors for viable integration testing.

claudijd commented 7 years ago

See https://github.com/mozilla/ssh_scan/pull/85 for what's needed here.

I suspect that in order to get this fully integrated, this may require a helping hand from a GitHub org admin.

claudijd commented 7 years ago

This has been completed. We're using a build strategy over an image strategy, but this is mainly out of convienence because the project is constantly changing being new and all. As things stablize, we can move to more stable images.