Uploaded Docker image not visible on GUI but I'm able to do do a docker download

Hello,

I’m able to create, tag and upload images to my private Docker registry:
docker build --tag myimagename:v2 .
docker tag myimagename:v2 myrepomachine.com:5000/myrepo/myimagename:v2
docker push myrepomachine.com:5000/myrepo/myimagename:v2

And I’m able to download the image with pull on a different machine but the image with the new tag (v2) is completely invisible on the GUI. I do not see any error on the logs and the docker client is happy in every step. There is another place where I can see what’s going on?

I followed all the steps described here: Pushing Images

Thanks!

Answering my own question: Increasing the heap sizes for Nexus3 solved the problem for me (my server has 64GB of RAM)

-Xms4G -Xmx4G -XX:MaxDirectMemorySize=39158M