thanks @anujdeshpande,
Although I’m still not sure where the incompatibility is. I am able to run (launch from Docker on Raspbian OS) BalenaOS image even though my OS/ARCH is linux/armv71 while the image is specified as linux/amd64. The container is communicating with BalenaCloud and I can push application builds from BalenaCLI.
BalenaOS image tag: resin/resinos:2020.04.0.dev-raspberry-pi
From there, I’ve tried building an application image (in BalenaCloud) and pushing to my devices using balenaLib base image and python base image from docker hub. In both cases, the image is successfully built but continually restarts with the above error.
- balenalib/raspberrypi4-64-debian-python (https://hub.docker.com/r/balenalib/raspberrypi4-64-debian-python)
- python (https://hub.docker.com/_/python?tab=tags&page=1)
the balenaOS in a docker container respiratory looks to only offer builds of OS/ARCH linux/amd64
https://hub.docker.com/r/resin/resinos/tags?page=1
is there a balenaOS image (for docker) that runs on armv71 out there?