Copier seems to be missing from renovate full image #36540
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Platform: Bitbucket, Renovate: 40.56.1 Please tell us more about your question or problemI am using the docker image renovate/renovate:40.56.1-full. I have also checked against 40.58.0-full. Do I need to install copier on my own first or is the executable missing in the full image? Thanks and regards Marcel Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like it's missing from the 9.x base image: https://github.com/renovatebot/base-image/blob/maint/9.x/Dockerfile @viceice I assume it wasn't deliberately left out of v9, as adding it isn't a "breaking" change? It's in the next one which we will be adopting in Renovate v41: https://github.com/renovatebot/base-image/blob/f87e1b5e994cb2186c0f56007c2d683890e6639e/Dockerfile#L63 |
Beta Was this translation helpful? Give feedback.
Looks like it's missing from the 9.x base image: https://github.com/renovatebot/base-image/blob/maint/9.x/Dockerfile
@viceice I assume it wasn't deliberately left out of v9, as adding it isn't a "breaking" change?
It's in the next one which we will be adopting in Renovate v41: https://github.com/renovatebot/base-image/blob/f87e1b5e994cb2186c0f56007c2d683890e6639e/Dockerfile#L63