Push fails: 'denied: requested access to the resource is denied'

Unable to push the private repository to Docker Hub. Can someone help with the problem?

Steps:

  1. Created a build from Jenkins.
  2. logged into docker via docker login
  3. docker push repository: tag name

result:
The push refers to repository [docker.io/{..}/{..}]

8f641b012f1d: Preparing

faab1b638469: Preparing

71dbf3e3316d: Preparing

12c374f8270a: Preparing

0c3170905795: Preparing

df64d3292fd6: Waiting

denied: requested access to the resource is denied.

*Already checked image exists using command docker images

I have the same issue. Did you find a solution?

Same issue, any solution available? :frowning:

Hey, we are having the same issue, it started happening after switch to SSO (different login type).

login -u XX
login succeeded
docker push XXX
denied: requested access to the resource is denied

Any solutions? Docker support is not responsive, they just ignore even though we are paid customer.

did you find a solution? I have an identical situation.

try
docker tag imagename username/reponame:imagename
docker push username/reponame:imagename

1 Like