79786342

Date: 2025-10-09 11:35:04
Score: 1
Natty:
Report link

Was facing above error because i was using jfrog server as host but the expected host is "reponame.host". For eg if the registry name is "test-jfrog-registry" and the host name is "abc.jfrog.io" then the right host would be test-jfrog-registry.abc.jfrog.io and not abc.jfrog.io/test-jfrog-registry
Correct command
echo $JFROG_TOKEN | docker login test-jfrog-registry.abc.jfrog.io --username $JFROG_USERNAME --password-stdin

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Priyanka