What happened?
Description:
Attempting to pull chromadb/chroma:0.4.22 from Docker Hub consistently fails with an httpReadSeeker error on a specific blob.
Steps to reproduce:
docker pull chromadb/chroma:0.4.22
Error:
failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudfront.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/af107e978371b6cd6339127a05502c5eacd1e6b0e9eb7b2f4aa7b6fc87e2dd81/data?...": EOF
Blob hash:af107e978371b6cd6339127a05502c5eacd1e6b0e9eb7b2f4aa7b6fc87e2dd81
Environment:
Docker version: Docker version 29.6.2
OS: Windows 11
Expected behavior: Image pulls successfully.
Actual behavior: Pull fails consistently with EOF on the same blob hash, suggesting the blob may be corrupted or unavailable on Docker Hub's CDN.
Workaround: Using other tags (e.g., latest).
Versions
Chroma V.0.4.22, Python 3.13.7, Windows 11
Relevant log output
docker pull chromadb/chroma:0.4.22
0.4.22: Pulling from chromadb/chroma
53b5dc8f7c1a: Pulling fs layer
48b49dd4d9c8: Pulling fs layer
2c1fe8bcf114: Pulling fs layer
cac1a16e3c77: Pulling fs layer
8ce3f2b601cc: Pulling fs layer
a28cd3d03326: Pulling fs layer
64119eae2e51: Pulling fs layer
f8d6b9a282be: Pulling fs layer
af107e978371: Pulling fs layer
4f4fb700ef54: Already exists
874b3dab5608: Pulling fs layer
ddefab06f2d7: Download complete
failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudfront.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/af107e978371b6cd6339127a05502c5eacd1e6b0e9eb7b2f4aa7b6fc87e2dd81/data?Expires=1784859692&Signature=AmgT-i1jqTGzdvZ6OHfBy13oArYusbY7ZRbf5zDCSBg~og9LkXNKlq-GcN0bHU6qlp3b1yePxNS~R-Y5IRR07ggj6D5KiuV2teu9KBzveeg9jr9w78dCIBz~SXnWJQF5zGHCXJ73HLDXAvdiDvJuAXDT4llFJq43klIbt8YZdlCANhqhavAJ3r~pxt98TFbzjYA7gzxonarC7ctGVKcwI23RAxAcy1aMOk3RHxqZBUcyqSTk47Wrg5k-PavvF2cktaxKBW5IpK4YcvmnugwNxg3~V6~uaGCiWfPHU~khtUDPlu2n0SRSGeggLVFqMIAP0zbOd8VfO7t9ydVvqjSlwg__&Key-Pair-Id=K2C9XPB6FLAKUF": EOF
What happened?
Description:
Attempting to pull chromadb/chroma:0.4.22 from Docker Hub consistently fails with an httpReadSeeker error on a specific blob.
Steps to reproduce:
docker pull chromadb/chroma:0.4.22
Error:
failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudfront.docker.com/registry-v2/docker/registry/v2/blobs/sha256/af/af107e978371b6cd6339127a05502c5eacd1e6b0e9eb7b2f4aa7b6fc87e2dd81/data?...": EOF
Blob hash:af107e978371b6cd6339127a05502c5eacd1e6b0e9eb7b2f4aa7b6fc87e2dd81
Environment:
Docker version: Docker version 29.6.2
OS: Windows 11
Expected behavior: Image pulls successfully.
Actual behavior: Pull fails consistently with EOF on the same blob hash, suggesting the blob may be corrupted or unavailable on Docker Hub's CDN.
Workaround: Using other tags (e.g., latest).
Versions
Chroma V.0.4.22, Python 3.13.7, Windows 11
Relevant log output