Error Pulling 'cp:latest' in Frappe Cloud Setup - Docker Registry Confusion

Hi Frappe Community,

I am in the process of self-hosting Frappe Cloud, and I’ve encountered an issue during the setup SSH proxy in the proxy server.

the Ansible playbook is failing at the 16th step:

“Copy home directory from SSH Image”

The error I’m seeing is:

Unable to find image ‘cp:latest’ locally
docker: Error response from daemon: pull access denied for cp, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.

However, I have already logged in to the servers using the DigitalOcean Docker registry credentials I created.

My Doubt:

Since I created the registry myself, it will be empty, right? If the setup is trying to pull something from that registry (like cp:latest), it doesn’t seem to make sense as nothing has been added to it. There’s no mention in the documentation about adding anything to this registry, so I’m unsure how this works.

Could anyone shed some light on this or offer advice on how to resolve this error?

Thanks in advance for any help or suggestions! :blush: