I don't see any resource for Container Recipes for AWS Image Builder in the CDK or CloudFormation documentation.
The closest thing I can find is support for Image Recipes, with is not used for creating container images, only AMIs. I am really needing to add this resource to my CF stack to create a image(as in a container image) pipeline that pushes the resulting image into ECR... which I CAN do manually, only.. so far.
I'm using the TS CDK lib, not that it matters atm.