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
To Reproduce
try to pull ghcr.io/jqlang/jq:latest with docker. request will time out
Using default tag: latest
Error response from daemon: Head "https://ghcr.io/v2/jqlang/jq/manifests/latest": Get "https://ghcr.io/token?account=erroneousbosch&scope=repository%3Ajqlang%2Fjq%3Apull&service=ghcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Expected behavior
latest version of docker container (1.7.1 at time of writing) should pull.
Environment (please complete the following information):
Ubuntu 22.04
jq 1.7.1
Additional context
Given that this is in the README, it can be confusing for some people.
The text was updated successfully, but these errors were encountered:
We have already released the latest tag, I think the error comes from different issue.
$ docker pull ghcr.io/jqlang/jq
Using default tag: latest
latest: Pulling from jqlang/jq
Digest: sha256:096b83865ad59b5b02841f103f83f45c51318394331bf1995e187ea3be937432
Status: Image is up to date for ghcr.io/jqlang/jq:latest
ghcr.io/jqlang/jq:latest
Describe the bug
Docker images lack
latest
tagTo Reproduce
try to pull
ghcr.io/jqlang/jq:latest
with docker. request will time outExpected behavior
latest version of docker container (1.7.1 at time of writing) should pull.
Environment (please complete the following information):
Additional context
Given that this is in the README, it can be confusing for some people.
The text was updated successfully, but these errors were encountered: