sourcegraph / lsp-adapter

lsp-adapter provides a proxy which adapts Sourcegraph LSP requests to vanilla LSP requests
MIT License
29 stars 8 forks source link

Should each Dockerfile be moved to the corresponding language server repository? #93

Closed chrismwendt closed 6 years ago

chrismwendt commented 6 years ago

That way the deployment process from the perspective of the language server author would only require committing a change to their Dockerfile in their repository (and maybe cutting a release).

Unless there is a process watching for releases and pushing images to https://hub.docker.com/r/sourcegraph/, language server authors will need their own Docker Hub account and set up automated pushes.

There are probably other tradeoffs to take into consideration 💭

chrismwendt commented 6 years ago

This issue has been mostly resolved by the addition of Renovate in #98