sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Remove first-class support for execution inside Docker #229

Closed sqs closed 8 years ago

sqs commented 8 years ago

Remove the first-class support for the Docker execution method. You can still run srclib inside Docker, but it is not natively Docker-aware. It's still a good idea for individual toolchains to provide Dockerfiles for ease of development.

Outstanding TODOs

dmitshur commented 8 years ago

What's the status of this PR being merged to master? It's already being used in Sourcegraph via vendoring.