-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support binarySource=install for all artifacts generation #13683
Comments
Here's how I test this locally: First, I Next, I use Before testing out new code, it's essential to run Then from my Renovate source directory:
|
Here's the candidate list of tools:
Tools can be checked for runtime compatibility within https://github.com/containerbase/buildpack/tree/main/src/usr/local/buildpack/tools Example of one which supports user install: https://github.com/containerbase/buildpack/blob/main/src/usr/local/buildpack/tools/helm.sh Example of one which does not: https://github.com/containerbase/buildpack/blob/26cf7d7273177157cfa1d09af62e8a8e8a189e83/src/usr/local/buildpack/tools/dotnet.sh#L5 |
|
Go should be the least priority because running everything using latest |
|
rust PR open 🎉 |
🎉 This issue has been resolved in version 34.69.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What would you like Renovate to be able to do?
Support
binarySource=install
for all relevant managers which use tools/managers to update artifacts.If you have any ideas on how this should be implemented, please tell us here.
This issue will be a meta issue and we should have sub-issues for each which needs it. Sub-issues:
binarySource=install
#16830)binarySource=install
for yarn #15414)Note: the above scope does not extend to language installs (e.g.
node
,java
) which should be done afterwards, with a similar list. Eventually everything will have arenovate/sidecar
base image likejsonnet-bundler
does.This issue is closely linked to containerbase/base#16
Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: