Is it possible to extend or inherit templates? #2439
-
I'm comparing how lima and colima manage their configuration. One of the nice things I've found about colima's templates is that they aren't tied to the underlying OS image. This allows the OS image to be updated (for new instances) without having to change the configuration containing default CPU settings, provision scripts, and the like. The closest I see with lima is using Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Doing some experiments with separating them, e.g. But it is mostly about abstracting/simplifying the syntax, for the YAML. As you can see, the current templates are using copy/paste inheritance. |
Beta Was this translation helpful? Give feedback.
Doing some experiments with separating them, e.g.
images: [default]
:But it is mostly about abstracting/simplifying the syntax, for the YAML.
As you can see, the current templates are using copy/paste inheritance.