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
I can't connect to our company's private registry on Nexus. I still can connect using 1.10.0 version but not with the later. I checked that /v2/ returns 200 but Docker says:
Error: invalid json response body at https://.../v2/ reason: Unexpected end of JSON input
Could you give me a clue on what had changed?
The text was updated successfully, but these errors were encountered:
It looks like in the changeover from request to node-fetch, the behavior for empty bodies is different. The /v2/ body is empty in some cases and should parse into an undefined JSON object.
Hi,
I can't connect to our company's private registry on Nexus. I still can connect using 1.10.0 version but not with the later. I checked that
/v2/
returns200
but Docker says:Could you give me a clue on what had changed?
The text was updated successfully, but these errors were encountered: