caido / documentation

📙 Caido documentation
Creative Commons Attribution 4.0 International
20 stars 11 forks source link

Error while pulling latest image from docker hub #36

Closed octodi closed 9 months ago

octodi commented 9 months ago
$ docker run --rm -p 7000:8080 \
  -v /home/octodi/caido/projects:/home/caido/.local/share/caido caido:latest
✔ docker.io/library/caido:latest
Trying to pull docker.io/library/caido:latest...
Error: initializing source docker://caido:latest: Requesting bearer token: invalid status code from registry 500 (Internal Server Error)
octodi commented 9 months ago

Previously it was working for 0.28.0

octodi commented 9 months ago

Now it's working

Sytten commented 9 months ago

It was probably an issue on dockerhub, we should publish it to another registry too thanks for raising!