utils
Install Miguel Rodo utilities such as repos and setupmjr
Install the repos and setupmjr utilities. This is the current feature to use for multi-repository tooling instead of the deprecated repos feature.
Example Usage
{
"features": {
"ghcr.io/MiguelRodo/DevContainerFeatures/utils:1": {}
}
}To install only repos:
{
"features": {
"ghcr.io/MiguelRodo/DevContainerFeatures/utils:1": {
"installSetupmjr": false
}
}
}Options
| Option | Type | Default | Description |
|---|---|---|---|
installRepos |
boolean | true |
Install the repos utility. |
installSetupmjr |
boolean | true |
Install the setupmjr utility. |
runOnStart |
boolean | false |
Automatically run repos clone when the container starts. Only applies when installRepos is true. |
Migration from repos
Existing repos feature configurations remain supported for backwards compatibility. For new configurations, use utils and leave installRepos enabled. The runOnStart option has the same default of false.