JeremyA It's on the roadmap, but we have no ETA yet for this one.
However, it's often not necessary to have a full base image; the preferred way is to use recommended base images (either luxonis/oakapp-base
or debian:bookworm-slim
), which should cover most use cases. Then you can build layers on top of these using prepare_container
, prepare_build_container
and build_steps
in oakapp.toml
. This way you can utilize caching effectively (e.g., by excluding build-time dependencies from the final image).