Torizoncore-builder

I referenced the following:
https://hub.docker.com/r/torizon/torizoncore-builder

to start Torizoncore-builder i executed:

alias torizoncore-builder='docker run --rm -it -v $(pwd):/workdir --net=host \
    -v /var/run/docker.sock:/var/run/docker.sock torizon/torizoncore-builder'

I then executed “torizoncore-builder build” and received the following error:
Error: Deploy sysroot directory /deploy does not exist.

What needs done to resolve this?

Thanks

Greetings @CEK,

The instructions on the Docker Hub page itself seem to be outdated. I’ll contact the team to update this.

For the time being in terms of properly setting up TorizonCore Builder please use the setup script here: GitHub - toradex/tcb-env-setup: TorizonCore Builder Environment Setup Script

This should setup the correct up-to-date alias.

Best Regards,
Jeremias