Hi,
For some reason I cannot base my image on the build
version of the Debian stretch base image:
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-python:3.7.4-stretch-build
This results in the deploy hook error:
manifest for balenalib/raspberrypi4-64-debian-python:3.7.4-stretch-build not found
I have to switch to default (run
) version:
FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-python:3.7.4-stretch-run
which works, but I have to preinstall required packages, etc.
Am I missing something here?
Thanks!