Closed andrewtchin closed 5 years ago
I think this falls under / should be linked to #128 Looks like the same issues as I and others are having
ah yeah seems to be a bintray thing :) will link in #128
Ah yea I forgot to update this. We did some more debugging and I opened a support case with Bintray to fix their API. Thanks @jessfraz and @topjor
I just found out what the real issue is and commented on the other issue, see #128. You probably want to give this information to Bintray as well, so they can fix this compatibility issue.
https://github.com/genuinetools/img/blob/master/README.md#running-with-docker seems to imply that
img
can use credentials from Docker'sconfig.json
for at least push. Is this the case? I couldn't get it to work with the binary (I didn't try the container):I would also like to use
img
withconfig.json
to pull, but that also gives a 401.Though not strictly required if pull/push work directly, it seems that
img login
reads the correct username fromconfig.json
, but does not use the credential that is present.