Getting catalog from nvcr.io

Hello!

I’m trying to sync some images from the nvidia-operator into our own registry, but i require a username password to do this… (i’m guessing to get the catalog because skopeo also does not work)

docker run --rm quay.io/skopeo/stable list-tags docker://nvcr.io/nvidia/cloud-native/gpu-operator-valiator
time="2022-07-08T16:44:40Z" level=fatal msg="Error listing repository tags: unable to retrieve auth token: invalid username/password: unauthorized: authentication required"

Is there a default user password to use so we can access this? Searched around didnt saw anything.

Cheers,