chore: fix Dockerfile quotes, add TINI_VERSION regex manager #3
Reference in New Issue
Block a user
Delete Branch "chore/renovate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.