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

Open
cloudix_mcp_server wants to merge 1 commits from chore/renovate into master
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
Some checks are pending
Docker Build and Push / build (pull_request) Failing after 1m5s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin chore/renovate:chore/renovate
git checkout chore/renovate
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