Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    a88ba0d1
    feat: Dockerfile digest support (#788) · a88ba0d1
    Rhys Arkins authored
    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 
    a88ba0d1
    History
    feat: Dockerfile digest support (#788)
    Rhys Arkins authored
    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