Revert "docker: consider the tag when checking if a digest is up-to-date"#13840
Revert "docker: consider the tag when checking if a digest is up-to-date"#13840
docker: consider the tag when checking if a digest is up-to-date"#13840Conversation
…-date (#…" This reverts commit 82708b4.
|
I can confirm that reverting fixes the issue
|
Reverts #13794
Since merging #13794, Docker updates have started failing with
update_not_possible, causing Dependabot to close PRs when updates should have been possible.Based on initial investigation, this may be related to missing safeguarding in the digest comparison logic—specifically, handling cases when the expected digest cannot be determined (for example, due to transient registry errors):