Hello there,
I would to use a private registry from Docker Hub.
For that I configured a Secret / Registry Credentials with
- Address : DockerHub
- username : my Docker Hub username
- password : Access Token from Ducker Hub
Then I deploy the Docker Image using [username]/[registry]
But I have the error
ErrImagePull: rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/[username]/[registry]:latest": failed to resolve reference "docker.io/[username]/[registry]:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
I can’t find what I am doing wrong
Thanks for your help