stackabletech / issues

This repository is only for issues that concern multiple repositories or don't fit into any specific repository
2 stars 0 forks source link

Improve container image building #587

Open razvan opened 5 months ago

razvan commented 5 months ago

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:

### Do
- [ ] https://github.com/stackabletech/issues/issues/590