eclipse-cdt-cloud / cdt-cloud-blueprint

CDT Cloud Blueprint is a template for building custom web-based C/C++ tools. It is made up of existing open source components and can be easily downloaded and installed on all major operating system platforms.
MIT License
22 stars 11 forks source link

Dockerfile to run CDT.cloud blueprint #10

Closed planger closed 2 years ago

planger commented 2 years ago

CDT.cloud has several dependencies regarding the system it runs in, such as clangd, potentially a build tool like CMake, etc. Therefore, it might be helpful to provide a dockerfile that defines those requirements and harmonizes the environment that we use for testing. Also this could be the starting point to deploy CDT.cloud in a kubernetes based cloud infrastructure.

See also the corresponding discussion thread.

sdirix commented 2 years ago

Implemented with #14