These templates are built from template-started-repo.
The templates hosted in this repository are from ease of use. Some characteristic is better to be installed as features for lightweight. For that reason if you don't look for a bloated image try first consult this list of features available.
At this moment the repository templates only support the devcontainer official base images from microsoft. Mainly because I make use of the vscode user to install some packages in the container.
-
python3-poetry-pyenv:
This template install packages under the "
vscode" user. The packages installed arePyenvandPoetrythrough its official installators. Note that the installation of Python is made throughpyenv install <version>command andpoetryis configured to create the virtual environment in the root project directory. The former to avoid to have a global installation of python and the latter is done in this way because the vscode python extension look first for the project root to look for the python environment to use.
Anyone is allowed to summit an improvement to this repository.