Skip to content
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

[BUG] Cannot pull docker image on latest 2.1.0 #733

Open
ginamaini-anz opened this issue Jan 24, 2024 · 1 comment
Open

[BUG] Cannot pull docker image on latest 2.1.0 #733

ginamaini-anz opened this issue Jan 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ginamaini-anz
Copy link

ginamaini-anz commented Jan 24, 2024

Describe the bug

Docker pull failing on latest. Other images from hub install fine on my machine.

hackerGirl Repositories % docker pull marqoai/marqo:latest
latest: Pulling from marqoai/marqo
90c8d33a4880: Pull complete 
059001cbb030: Pull complete 
9c47925876dc: Pull complete 
4d9384053aa6: Pull complete 
720ee8ad67b6: Pull complete 
693974e7c2ad: Verifying Checksum 
6b2c4f8c6d5f: Download complete 
5b590c4fbcb1: Download complete 
a84bc1d4a2d4: Download complete 
4f4fb700ef54: Download complete 
080f768b6a3c: Download complete 
3c4f10e54445: Download complete 
e2420602bc97: Download complete 
b05de6a5cacd: Download complete 
19374b338293: Download complete 
6cd0b4a5925c: Download complete 
3b6336040e29: Download complete 
134032683135: Download complete 
a5989671679d: Download complete 
filesystem layer verification failed for digest sha256:693974e7c2ad2285a200a851adc8c0cca6a143f5313563b9f69ff428bbb94010

To Reproduce

  1. Head to https://hub.docker.com/r/marqoai/marqo.
  2. Run instructions docker pull marqoai/marqo while Docker daemon is running in shell (zsh on OSX).
  3. Then see the pull fail after a long time failing to verify a checksum.

Expected behavior
I should be able to browse the image on my local. Other docker images work fine from hub.

This is failing for tags:

  • 2.1.0
  • latest
  • 2.1.0-rc

This succeeded for older tag:

  • 1.5.0

Desktop (please complete the following information):

  • OS: MacOS Sonoma 14.3 (m2 mac)
@ginamaini-anz ginamaini-anz added the bug Something isn't working label Jan 24, 2024
@farshidz
Copy link
Collaborator

Hi @ginamaini-anz .

Looks like image verification is failing after the image has been downloaded. I'm not able to reproduce this here unfortunately. Could you please see if any of these help?

  • Clear your Docker cache: docker system prune
  • Try on a different machine and see if the problem persists
  • Try on a different network, especially if you're behind a company firewall when getting this error
  • Make sure your Docker is up to date docker --version

Regards,
Farshid

@ginamaini-anz ginamaini-anz changed the title [BUG] Cannot pull docker image on latest (2. [BUG] Cannot pull docker image on latest (2.0.1) Jan 25, 2024
@ginamaini-anz ginamaini-anz changed the title [BUG] Cannot pull docker image on latest (2.0.1) [BUG] Cannot pull docker image on latest 2.1.0 Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants