mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
8 lines
461 B
Markdown
8 lines
461 B
Markdown
Extracts all Docker images from the `image` and `features` properties in these files:
|
|
|
|
- `.devcontainer.json`
|
|
- `.devcontainer/devcontainer.json`
|
|
|
|
It extracts some known versions of the `features`, like `node` and `python`.
|
|
|
|
The `devcontainer` manager does _not_ support `build.dockerFile` or `dockerComposeFile` values as these are covered by the [`dockerfile`](../dockerfile/index.md) and [`docker-compose`](../docker-compose/index.md) managers respectively.
|