jina-ai / serve

☁️ Build multimodal AI applications with cloud-native stack
https://jina.ai/serve
Apache License 2.0
21.13k stars 2.22k forks source link

Docker Hello-World 530 Error on Linux #1795

Closed ian-donaldson closed 3 years ago

ian-donaldson commented 3 years ago

When trying to run the hello-world on docker using the command from the docs (the linux variation) or a blank pull of jinaai/jina I receive the following error:

docker: error pulling image configuration: received unexpected HTTP status: 530 .

I have not found any way around this error as the dockerfile isn't shown on the docker hub for me to examine without login.

Screenshot from 2021-01-27 14-50-51

530 errors seem to be caused by permissions and proxy issues so I checked that my computer wasn't the issue. I was able to pull and run other public dockerfiles on docker hub.

Based on the main google result below, this could be a cloudflare issue that will resolve it's self in time. The details sounds very similar to my symptoms.

https://stackoverflow.com/questions/59891901/why-do-i-suddenly-get-error-530-when-executing-docker-pull-python3-7-slim-bust

ian-donaldson commented 3 years ago

Impatient me. Waited a while (20 minutes apparently) and now this issue does not appear. I'm going to assume that the stackoverflow discussion of cloudflare issue (in the link I shared) that resolves it's self is correct.