mirror of
https://github.com/Maks1mS/devcontainers-features.git
synced 2024-12-24 16:04:37 +03:00
34 lines
863 B
JSON
34 lines
863 B
JSON
{
|
|
"my_favorite_color_is_green": {
|
|
"image": "mcr.microsoft.com/devcontainers/base:focal",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/common-utils:1": {
|
|
"installZsh": false,
|
|
"installOhMyZsh": false,
|
|
"upgradePackages": false,
|
|
"username": "octocat"
|
|
},
|
|
"color": {
|
|
"favorite": "green"
|
|
}
|
|
},
|
|
"remoteUser": "octocat"
|
|
},
|
|
"gold": {
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"features": {
|
|
"color": {
|
|
"favorite": "gold"
|
|
}
|
|
}
|
|
},
|
|
"green": {
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"features": {
|
|
"color": {
|
|
"favorite": "green"
|
|
}
|
|
}
|
|
}
|
|
}
|