-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
chore(deps): use full semver docker tag for node images #10613
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why haven't we had this already? lmao
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely better to set the full tag, yeah.
Note that pinDigests is enabled so renovate will create PRs to add shas again:
Line 3 in d7a33c8
"extends": ["config:base", "docker:pinDigests"], |
That probably was intentionally left out as it's just easier to let renovate add the hashs later than having to look them up yourself :D |
7af897d
to
1a8573d
Compare
I thought the intention was to remove the hash, that's why I mentioned it. If we wanna keep it then that's fine of course. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oopsie
Co-authored-by: bo0tzz <[email protected]>
Migrate to tags with full semver (with the idea that renovate PRs should update the tags with the actual version bumps, instead of just changing the hash).
If this works, I can make a separate PR in the base-images repo.