The dockerfile template we have used previously is 32.4.4. When using this template we receive an error. Attached the error in the text file for your reference.
Do we have any dockerfile template for 32.7.1. We are trying to use it with Jetson AGX Xavier kit. Balena_Docker_template_error.txt (217.7 KB)
Firstly, it would probably be helpful for future debugging if you could share your Dockerfile as well as the logs.
However from the logs, I’m going to take a guess that the filenames in your command aren’t correct. I expect that the commands are case sensitive. It looks like the downloaded file is called jetson_linux_r32.7.1_aarch64.tbz2 but the command uses Jetson_Linux_R32.7.1_aarch64.tbz2 - notice the difference in capital letters.
Give this a try and let us know if that helps, but otherwise please share your Dockerfile and we’ll take another look.
Also, let us know where you got the original template, maybe we can update the original source if it’s something we provided.
I would try to separate the commands and even comment out the later ones during test build so it will be easier to troubleshoot. Once you are sure each command works, put it back together with &&: