Renovate doesn't handle single-quoted empty value for Dockerfile's ARG #43631
-
How are you running Renovate?Self-hosted Renovate CLI Which platform you running Renovate on?GitHub.com Which version of Renovate are you using?43.197.0 Please tell us more about your question or problemConsider the following Dockerfile in the repo: ARG DOCKER_HUB_MIRROR=''
ARG NODE_VERSION=21
FROM ${DOCKER_HUB_MIRROR}node:${NODE_VERSION}-alpine
RUN apk upgrade --no-cacheI know, that most examples at docker.com use double-quotes, but single-quotes here are also valid and docker builds the image with no errors or warnings. Meanwhile Renovate will fail with:
as if Logs (if relevant)LogsHere is the repo: https://github.com/gavvvr/repros/tree/renovate-43631 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
This comment was marked as low quality.
This comment was marked as low quality.
-
|
Issue Created: #44497 PR welcome |
Beta Was this translation helpful? Give feedback.
Issue Created: #44497
PR welcome