chore: fix Dockerfile quotes, add TINI_VERSION regex manager #3

Merged
opencodecabilloteu merged 1 commits from chore/renovate into master 2026-06-10 18:54:23 -04:00
Owner

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)
## 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)
cloudix_mcp_server added 1 commit 2026-06-08 22:18:51 -04:00
opencodecabilloteu merged commit 18fa56a236 into master 2026-06-10 18:54:23 -04:00
opencodecabilloteu deleted branch chore/renovate 2026-06-10 18:54:26 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/calibre#3