- Set up authentication in Container Registry on your machine.
-
Get the fully qualified domain names (FQDNs) of your source and destination registries.
In Nebius AI Cloud, a registry’s FQDN is
cr.<region_ID>.nebius.cloudwhere<region_ID>is the ID of a Nebius AI Cloud region; for example,cr.eu-north1.nebius.cloud. To get a registry’s FQDN, run the Nebius AI Cloud CLI commandnebius registry listornebius registry get <registry_ID>; the output contains the FQDN in the.status.registry_fqdnfield. For more details about the commands, see the references for nebius registry list and nebius registry get. -
Pull the image from the source registry:
-
Add a destination registry tag to the image and push it to the registry:
For example, to copy thehello-world:helloimage from themy-registryregistry in Nebius AI Cloud’seu-north1region and transfer it to a GitHub Packages container registry calledoctocat, run the following commands: