healthi
(Healthi)
1
Unable to push the private repository to Docker Hub. Can someone help with the problem?
Steps:
- Created a build from Jenkins.
- logged into docker via docker login
- 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
matsgm
2
I have the same issue. Did you find a solution?
monkiki
(Paco Avila)
3
Same issue, any solution available?
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.
ilsnk
(Ilsnk)
5
did you find a solution? I have an identical situation.
try
docker tag imagename username/reponame:imagename
docker push username/reponame:imagename
1 Like