Skip to content
Snippets Groups Projects
Commit a88ba0d1 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat: Dockerfile digest support (#788)

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 
parent 9c56d6f5
Loading
Showing
with 377 additions and 11 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment