Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lspcontainers/dockerfiles
Dockerfiles for all LSPs used with lspcontainers.
https://github.com/lspcontainers/dockerfiles
docker dockerfiles language-servers
Last synced: about 1 month ago
JSON representation
Dockerfiles for all LSPs used with lspcontainers.
- Host: GitHub
- URL: https://github.com/lspcontainers/dockerfiles
- Owner: lspcontainers
- License: apache-2.0
- Created: 2021-05-05T04:48:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T09:22:52.000Z (6 months ago)
- Last Synced: 2024-08-07T18:30:28.116Z (5 months ago)
- Topics: docker, dockerfiles, language-servers
- Language: Dockerfile
- Homepage:
- Size: 136 KB
- Stars: 56
- Watchers: 0
- Forks: 31
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerfiles
Dockerfiles for all LSPs used with `lspcontainers`.
## Installation
This repository requires the latest:
- [Docker Engine](https://docs.docker.com/engine/install/)
- [Docker Compose](https://docs.docker.com/compose/install)## Build
To build images locally run:
- `docker-compose build ` to build a specific server (see `docker-compose.yaml`)
- `docker-compose build` to build all servers
- `docker-compose build --parallel` to build all servers in parallel## Versions
Every container has two tags available:
- The `latest` tag, which points to the latest container build
- A pinned version. The pinned version will be the latest
version of the language server.