You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already built and push an estargz optimized image to ECR using Buildx during my pipeline with the estargz compression, but when I do docker pull I still see all images being pulled and extracted fully.
If I use ctr then I can see them lazily pulled.
Any ideas why using docker pull might not be triggering a lazy pull even though I've set it up to use Stargz Snapshotter?
Thank you!
The text was updated successfully, but these errors were encountered:
sevetseh28
changed the title
Docker pull not Lazy pulling estargz image
Docker CLI pull not Lazy pulling estargz image
Feb 16, 2025
sevetseh28
changed the title
Docker CLI pull not Lazy pulling estargz image
Docker pull not Lazy pulling estargz image
Feb 17, 2025
Hi, I've setup my Docker daemon to use the Stargz Snapshotter and the stargz storage driver. I can check that with
docker system info
:I have already built and push an estargz optimized image to ECR using Buildx during my pipeline with the estargz compression, but when I do
docker pull
I still see all images being pulled and extracted fully.If I use
ctr
then I can see them lazily pulled.Any ideas why using
docker pull
might not be triggering a lazy pull even though I've set it up to use Stargz Snapshotter?Thank you!
The text was updated successfully, but these errors were encountered: