Skip to content
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

Change circleci config to allow renovatebot to handle updates of the docker images #372

Open
rpl opened this issue Mar 24, 2022 · 0 comments

Comments

@rpl
Copy link
Member

rpl commented Mar 24, 2022

In #371 we are migrating the CI job to use the new cimg/node images, unlike the older docker images the cimg/node ones are tight to specific nodejs versions (e.g. nodejs 12.22 instead of any nodejs 12 version) and so the config may need to be manually updated more often than it used to be.

Renovatebot should be able to detect updates to the docker images and automatically submit pull requests, but it is not unlikely that by interpolating the node version into the actualy cimg/node image renovatebot may not be able to detect and handle the docker images updates.

This issue goal is to change the config to allow renovatebot to detect and handle these updates, but deferred as a separate followup so that we can confirm if that is actually necessary.

@rpl rpl changed the title Change circleci config to explicitly spell the cimg/node image being used to allow renovatebot to handle updates of the docker images Change circleci config to allow renovatebot to handle updates of the docker images Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant