A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
Find a file
Samruddhi Khandale 502af2c69f
Python: Allow installing multiple versions of python (#32)
* test

* add overrideDefault

* fix linking bug

* fix bug 2

* fix bug 3

* fix bug 4

* fix python3

* fix spacing

* fix bug

* fix oryx bug

* add missing $

* add mkdir

* fix conditions

* add additional linking

* add current path

* fix linking

* Update src/python/feature.json

Co-authored-by: Josh Spicer <joshspicer@github.com>

* python version check

* change exit code

* change exit code

* remove symlinks if present

* fix symlinks

* nit

* change PATH

* fix condition

* change condition

* add []

Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-06-01 09:45:23 -07:00
.github/workflows more base images 2022-05-31 17:24:58 +00:00
.vscode Update launch.json 2022-05-12 20:49:10 -04:00
lib init (#1) 2022-05-09 18:16:15 -04:00
src Python: Allow installing multiple versions of python (#32) 2022-06-01 09:45:23 -07:00
test Add oryx feature (#27) 2022-05-27 11:27:17 -07:00
test-scenarios test scenarios 2022-05-31 21:40:22 +00:00
v1 Python: Allow installing multiple versions of python (#32) 2022-06-01 09:45:23 -07:00
devcontainers-cli-0.3.0.tgz cli 92bbddc7d54aefbfb05facea7564878cf589e4eb 2022-05-25 21:07:35 +00:00
README.md Repo Structure 2022-05-12 20:14:55 +00:00
settings.env sync with jammy updates (#21) 2022-05-25 12:53:54 -07:00

features

Repo Structure

.
├── lib
│   └── utils.sh
├── README.md
├── settings.env
├── src
│   ├── dotnet
│   │   ├── feature.json
│   │   └── install.sh
│   ├── go
│   │   ├── feature.json
│   │   └── install.sh
├── test
│   ├── dotnet
│   │   └── test.sh
│   └── go
│       └── test.sh