chore: fix Dockerfile FROM quotes, gitlabci image quotes #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:xenial"). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quoted image: lines.

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 minimal config enabling gitlabci manager
## Audit findings Renovate's built-in `dockerfile` manager cannot parse FROM lines with quoted image references (`FROM "ubuntu:xenial"`). Dashboard shows "dockerfile (1)" but extracts zero deps. Same issue for gitlabci manager with quoted `image:` lines. ### 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 minimal config enabling gitlabci manager
cloudix_mcp_server added 1 commit 2026-06-08 22:18:54 -04:00
chore: fix Dockerfile FROM quotes, gitlabci image quotes, add renovate config
Docker Build and Push / build (pull_request) Failing after 55s
9dad14c964
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/signal-desktop#3