-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests #9278
fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests #9278
Conversation
8eb8b81
to
2a1d1da
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9278 +/- ##
==========================================
- Coverage 70.48% 63.56% -6.92%
==========================================
Files 515 634 +119
Lines 23150 32717 +9567
==========================================
+ Hits 16317 20798 +4481
- Misses 5776 10316 +4540
- Partials 1057 1603 +546 ☔ View full report in Codecov by Sentry. |
Do you plan a patch release? |
… cached digests (GoogleContainerTools#9278) * fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests * fixes * fixed lookup.go * fixes
#9301 to patch on 2.10 |
* fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests (#9278) * fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests * fixes * fixed lookup.go * fixes * feat: schema * lint --------- Co-authored-by: idsulik <[email protected]>
I still see this issue in 2.10.1 |
Yes, sorry, I fixed it here #9306 , waiting for merge |
…mote and cached digests (GoogleContainerTools#9278)" This reverts commit 9ff4546.
* Revert "fix(lookupRemote): fixed lookup.go lookupRemote to compare remote and cached digests (#9278)" This reverts commit 9ff4546. * Revert "fix: Scope Issue with the 'entry' variable when looking up remote images and tests additions (#9211)" This reverts commit ffe769c. * Revert "fix: puling images when working with a remote repository (#9177) (#9181)" This reverts commit 9376dc0.
Fixes: #9248
Description
It is used to lookup remote images by tag and overwrite a cached item even if the digests are different, now it compares the digests