mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
a88ba0d16a
This feature adds initial support for renovating Dockerfiles. Renovate now: - Detects all `Dockerfile`s in repo - Searches for `FROM x` in first non-comment line, breaks x into image, tag, digest - Queries public Docker registry for image:tag combination to find latest digest - Patches Dockerfile if necessary - Creates branches/PRs as like with npm Closes #795
36 lines
1 KiB
Handlebars
36 lines
1 KiB
Handlebars
This {{#if isGitHub}}Pull{{else}}Merge{{/if}} Request pins Docker base image `{{depName}}@{{currentTag}}` to use a digest (`{{newDigest}}`).
|
|
This digest will then be kept updated via Pull Requests whenever the image is updated on the Docker registry.
|
|
|
|
{{#if schedule}}
|
|
**Note**: This PR was created on a configured schedule ("{{schedule}}"{{#if timezone}} in timezone `{{timezone}}`{{/if}}) and will not receive updates outside those times.
|
|
{{/if}}
|
|
|
|
{{#if hasErrors}}
|
|
|
|
---
|
|
|
|
### Errors
|
|
|
|
Renovate encountered some errors when processing your repository, so you are being notified here even if they do not directly apply to this PR.
|
|
|
|
{{#each errors as |error|}}
|
|
- `{{error.depName}}`: {{error.message}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
{{#if hasWarnings}}
|
|
|
|
---
|
|
|
|
### Warnings
|
|
|
|
Please make sure the following warnings are safe to ignore:
|
|
|
|
{{#each warnings as |warning|}}
|
|
- `{{warning.depName}}`: {{warning.message}}
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
---
|
|
|
|
This {{#if isGitHub}}PR{{else}}MR{{/if}} has been generated by [Renovate Bot](https://renovateapp.com).
|