wip: buildkit build backend
- a model package and Model type to represent a cog model and all related metadata and configuration
- a factory abstraction for building models with 2 backends, the existing just calls out to image.Build or image.BuildBase, and a new very much wip buildkit backend
- lots of scaffolding and hacky prototypes to test out building python models with buildkit llb apis