#Re-downloading layers for pinned image?
1 messages · Page 1 of 1 (latest)
👋 starting a thread
Possible explanations that I can see:
- Not actually the same engine between runs
- Same engine but dagger invalidates cache for some reason
- That http request is actually not a layer download?
@grizzled pivot those HTTP GET requests effectively indicate that the layers are being re-pulled. This could also happen sometimes in cases where the engine garbage collection runs and removes some of the images downloaded to free up some space. Images generally have the lowest precedence in the cache eviction, but in some cases, I've seen them being evicted.
I guess it's worth checking why it's taking that amount of time as well to pull the image
Interesting... I wouldn't be surprised if it's VPN-related