build setup: - install docker-compose: sudo apt install docker-compose - create ~/.netrc file: machine code.rdkcentral.com login username_from_rdk password password_from_rdk - edit Dockerfile -> replace username and email for the git config lines - sudo docker build . - copy the resulting image hash - replace the image hash in docker-compose.yml's image property (TODO: give the docker image a name and refer to that instead) Building RDK for raspberry pi 4 (source: https://wiki.rdkcentral.com/display/RDK/RDK6+Release+Notes#RDK6ReleaseNotes-RaspberryPi4): docker-compose run build # you can omit the branch and manifest parameters. These would then default to 6.0.0 and rdkv.xml respectively ./prepare.sh [branch] [manifest] # build image ./buildRPI4Image.sh # OR... build SDK ./buildRPI4SDK.sh