A Visual Studio code dev container features.
Installs the following command line utilities:
Auto-detects latest version and installs needed dependencies.
Latest version installed by default. You can pin a specific version or specify latest or none if you wish to have the latest version or skip the installation. Please see below for an example:
- Rancher CLI
"features": {
"ghcr.io/ldtteam/receptacula/rancher-cli:1": {
"version": "latest"
}
}