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
2022-06-03 17:55:12 +00:00
.github update release 2022-06-03 15:00:15 +00:00
.vscode Update launch.json 2022-05-12 20:49:10 -04:00
lib Pass options via environment variables (#39) 2022-06-03 10:46:25 -04:00
src Pass options via environment variables (#39) 2022-06-03 10:46:25 -04:00
test Add oryx feature (#27) 2022-05-27 11:27:17 -07:00
test-scenarios Pass options via environment variables (#39) 2022-06-03 10:46:25 -04:00
v1 php: allow multiple versions (#33) 2022-06-02 09:32:05 -07:00
.devcontainer.json Create .devcontainer.json 2022-06-02 19:22:42 -04:00
.gitignore add v2 action 2022-06-03 14:49:26 +00:00
devcontainers-cli-0.3.0.tgz devcontainer cli with v2 changes rebased onto scenario changes 2022-06-03 17:55:12 +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