The process to build container images is slow, resource intensive and flaky. It uses docker buildx bake which is great to structure image dependencies but it doesn't scale well.
Issues that need to be addressed:
[ ] Speed up the overall process process building product images.
[ ] Send notifications/alerts when the pipeline fails
### Do
- [ ] https://github.com/stackabletech/issues/issues/590
Description
The process to build container images is slow, resource intensive and flaky. It uses
docker buildx bake
which is great to structure image dependencies but it doesn't scale well.Issues that need to be addressed: