-
Notifications
You must be signed in to change notification settings - Fork 67
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
Ability to specify the version of renovatebot used #178
Comments
One day we might be able to support this, but not soon. There might be a workaround similar to the above which works |
Any insight into the packaging process for the onprem image or why the above wouldn’t necessarily work would be great for an “unsupported” workaround. |
It's autobuilt/autogenerated but Docker Hub itself retains the history: https://hub.docker.com/layers/whitesource/renovate/2.0.0-pre.0/images/sha256-fa813087aaf7ef7d1ed2e6ac8263fd091a5574b183577fe126d896efb5130cf3?context=explore |
With the (soon to be) release of 2.1.0, the need for this is drastically less, but leaving this in case people find this useful.
Same Dockerfile will work on newest release as well, tested in our environment and works swell. Really jazzed about the new 2.x release! |
|
I would love to see this implemented.Are there any updates on this? We are really blocked because we can't use newer version of renovatebot. It would be nice at least to have some kind of workaround(for an example have Dockerfile where we can change version and build docker image). |
The above Dockerfile example still works, we're actively using it within our org for Renovate customization (which includes a custom helm s3 repo setup). If there are breaking changes to how the Renovate on-prem server startup is done (like in the comment I posted from March), it will break. But has been running smooth for us for quite some time now |
We've run into a couple of instances where fixes to issues are available in the current release of renovatebot but not in the version that's packaged with renovate-on-prem. Looks like it's specified as a dependency in
package.json
so thought maybe it'd be as simple as bumping that and re-running yarnBut that didn't quite do the trick. Not sure if others would find this useful, but a means use more recent renovatebot versions (either elegantly or via something like my hack above) would be real great.
The text was updated successfully, but these errors were encountered: