Cannot pull image: "requested access to the resource is denied (manager.go:237:0s)"

Hello, friends.

I created a private group (GroupA) with two private projects (ProjectA and ProjectB).

In Project A I generated an image and pushed to registry.gitlab.com/GroupA/ProjectA.

In Project B I try to pull the image, but I receiving the message: Job failed: failed to pull image “registry.gitlab.com/GroupA/ProjectA:latest” with specified policies [always]: Error response from daemon: pull access denied for registry.gitlab.com/GroupA/ProjectA, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied (manager.go:237:0s)

I don’t understand because in the Private visibility description we have: The group and its projects can only be viewed by members.

There is only one user in this group: me.

Do I really need to authenticate to pull this image? If yes, why and how can I do this?

Thanks in advance for your time!

Hello,
I encounter the same problem with an on premise Gitlab instance. Could you solve your issue?
Thank you in advance!

Hello, friend.

Unfortunatelly not. I had to make a workaround (Using a private Docker registry with Gitlab CI - Mike Street - Lead Developer and CTO).

I’m having this issue too, it used to work fine. Any updates here? I don’t want to run docker pull because that means the image i’m pulling needs to have docker installed. i’m trying to use an image from project a as a runner for project b