Pull only one from multiple single image

I have several private Docker images in my Docker Hub account. On the production server I would like to make available the ability to pull an image.

But I want the production server to only have access to one of them. Is it possible to create such access in Docker Hub that would allow to pull only one private image and the other private ones would be inaccessible for that user?

In an organization, you can have teams and allow read access to a specific image repository, but with Pro account, I don’t think so.

I could test it, because I still have a free organization from the times when it was free and later these organizations were almost made read-only. Since it lead to some complaints, Docker kept them, but new organizations require Team or Business subscriptions.