Renovate's built-in dockerfile manager cannot parse FROM lines with quoted image references (FROM "ubuntu:18.04"). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quoted image: lines.
Additional: ENV TINI_VERSION "v0.16.1" + ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini is a versioned binary download not detected by built-in managers.
Changes
Dockerfile: Remove quotes from FROM line so Renovate can detect base image
.gitlab-ci.yml: Remove quotes from image: line so gitlabci manager can detect docker:latest
renovate.json: Add custom regex manager for Tini version (krallin/tini github-releases)
## Audit findings
Renovate's built-in `dockerfile` manager cannot parse FROM lines with quoted image references (`FROM "ubuntu:18.04"`). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quoted `image:` lines.
Additional: `ENV TINI_VERSION "v0.16.1"` + `ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini` is a versioned binary download not detected by built-in managers.
### Changes
- **Dockerfile**: Remove quotes from `FROM` line so Renovate can detect base image
- **.gitlab-ci.yml**: Remove quotes from `image:` line so gitlabci manager can detect `docker:latest`
- **renovate.json**: Add custom regex manager for Tini version (`krallin/tini` github-releases)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Audit findings
Renovate's built-in
dockerfilemanager cannot parse FROM lines with quoted image references (FROM "ubuntu:18.04"). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quotedimage:lines.Additional:
ENV TINI_VERSION "v0.16.1"+ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tiniis a versioned binary download not detected by built-in managers.Changes
FROMline so Renovate can detect base imageimage:line so gitlabci manager can detectdocker:latestkrallin/tinigithub-releases)