ApolloX - docker-compose build error in Node.js project

Hi @henrique.tx , @matheus.tx and @kevin.tx
I can share an update on this topic.

After having uninstalled and reinstalled ApolloX, I remove and registered again my Verdin device.
I see that, while regikstering, the settings.json is automatically filled with host_ip, torizon_ip, torizon_login, torizon_passw, …

Now it’s the task pull-container-torizon-debug-arm64 that fails

Executing task: sshpass -p mypassword ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no torizon@10.1.3.66 LOCAL_REGISTRY=10.0.2.15 TAG=arm64 docker-compose pull node-to-del-debug 

Warning: Permanently added '10.1.3.66' (ED25519) to the list of known hosts.
time="2023-02-15T11:56:21Z" level=warning msg="The \"DOCKER_LOGIN\" variable is not set. Defaulting to a blank string."
node-to-del-debug Pulling 
node-to-del-debug Warning 
WARNING: Some service image(s) must be built from source by running:
    docker compose build %s node-to-del-debug
Error response from daemon: Get "https://10.0.2.15:5002/v2/": dial tcp 10.0.2.15:5002: connect: connection refused

I can say that

  • 10.0.2.15 is the ip of my host
  • 10.1.3.66 is the ip of Verdin.
  • node-to-del is the name of node.js project I’ve been working on