Cannot iterate over null
Hi!
Hoping this tool can help me delete some repo.
I tried list on two different repos and get
jq: error (at <stdin>:3): Cannot iterate over null (null)
I installed the latest version 1.6 of jq on Mac OS. The credentials are stored in the docker config.json file.
Hi @BSVogler. What do you get if you run TRACE=true ./docker_reg_tool ... ?
I guess it leads to
curl '' --header 'Authorization: Basic ABCDEF123' -s 'https://yourregistry.com/v2/_catalog?n=500'
with result
{"error": "Invalid bearer token format"}
I have the same issue with a Quay based registry.
Any idea what quay want when it comes to auth?