When I try to configurate access to packages form my local docker platform in order to register (pull/push) my own image it sent me this error:
Error response from daemon: Get "https://crg.apkg.io/v2/": unauthorized: Authentication required
I've created the token,
But when I do the second sept,
It fails
Welcome to the community.
Could you confirm if the API token has the following scopes? read:package:bitbucket and write:package:bitbucket?
You can refer here for more info.
Regards,
Mark C
Hello @Carlos Cuevas
There´s almost similiar Question Unable to push docker images to packages
Here Problem was, there wasn´t set Scopes: read:package:bitbucket` and `write:package:bitbucket`.
Best,
Arek🤠
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mark,
Yes, this was the problem. I understood the token was created with read:… and write:… by default, so I didn’t looking for this option when I was creating the token.
Now everything is Ok.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.