Commit Graph

3 Commits

Author SHA1 Message Date
Dimitris Karakasilis
e32a662eb4 Let the user pass the framework image to use
Let's keep things simple for now. Trying to figure out the right
framework image automatically will be very error prone. By making it a
manual setting, we allow the user to even set it to a custom image or
use one that they know it works.

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-10-05 12:36:29 +03:00
Dimitris Karakasilis
0ee6ef666c Split dockerfile generation in multiple steps
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-10-05 09:51:08 +03:00
Dimitris Karakasilis
781cffa3d8 [WIP] Split a "dockerfile" action one from the "convert" one
so that we can generate a dockerfile without building the image.
This makes it more testable and also allows us to handle the building
step differently depending on whether we are inside Kubernetes or
buildling locally.

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-10-05 09:51:08 +03:00