1. Support for dockerfile builds. I know we can already deploy an app by providing just a container image built using plain Dockerfiles. But the ability to spin up a job to build the image from dockerfiles would be great. more people are familiar with dockerfile than buildpacks.
2. Support for init containers, volumes and worker processes in the helm chart. We can deploy our own helm chart for sure, but it should have more room for configuration. Currently it supports primitives(
https://docs.epinio.io/howtos/customization/create_custom_appcharts#user-settable-configuration-values), but if it supports lists/maps, then we can add all of the above. They might not be needed for all apps, but necessary for some apps. Similar to what we do for service charts(
https://docs.epinio.io/howtos/customization/using_custom_service_values)
3. Opinionated way to backup and restore services(and volumes).
4. More examples and reference implementations for popular stacks and frameworks. I'm already working on this.