jq icon indicating copy to clipboard operation
jq copied to clipboard

Docker images lack `latest` tag

Open ErroneousBosch opened this issue 8 months ago • 2 comments

Describe the bug Docker images lack latest tag

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.

ErroneousBosch avatar Jun 21 '24 19:06 ErroneousBosch