-
Suggestion
-
Resolution: Unresolved
-
None
Currently, the pipe atlassian/renovate-scan is based on the renovate's full image
The renovate's slim image has a size that is ~ four times smaller :
- full-size image has ~1.4 GB compressed.
- slim size image has: ~300 MB compressed.
According to the renovate's documentation, it's stated that 'slim' is the default option :
THE DEFAULT IMAGE (FORMERLY SLIM)¶
The default image only comes with the Node.js environment. Renovate will then install any needed tools when it runs. Read the binarySource=install documentation for more details. We recommend this default image for most users.
https://docs.renovatebot.com/getting-started/running/#the-default-image-formerly-slim
This feature request is to update the atlassian/renovate-scan pipe to be based on the renovate slim image.