timoa / terraform-oci-vscode-server

Terraform project that deploys VSCode Server on Oracle Cloud Infrastructure (free tier) and protect the access with Cloudflare Zero Trust (optional) or an SSH tunnel
https://timoa.com
Apache License 2.0
26 stars 1 forks source link

Replace the Ansible provisioning with Docker image(s) #18

Open timoa opened 2 years ago

timoa commented 2 years ago

Since there is a lot of software to install depending on the usage of VSCode, it will be easier to maintain a set of tools per usage (common, for DevOps, JS Dev, etc.).

We just pull this/these image(s) after the provisioning of the instance and create a custom image with the version that the dev wants to use like Codespaces is doing.