This repository contains a script that builds a Che-Theia image with custom extensions, abstracting the configuration of the host machine.
In order to obtain a Che-Theia image with custom extensions, the steps below must be followed:
- Run Docker.
- Clone this repository.
- Open the directory in VS Code.
- Press the "Reopen in Container" button to launch the devcontainer.
- Copy the extensions source code into the extensions folder.
- Include the added extensions in the che-theia-init-sources.yml file.
- Provide a valid GitHub Personal Access Token in the smartclide-build.sh file.
- Run the smartclide-build.sh script.