# Functions
BuildContainerfile builds a Containerfile from a recipe and a list of modules commands.
BuildModule builds a module command from a module this is done by calling the appropriate module builder function based on the module type.
BuildModules builds a list of modules commands from a list of modules.
BuildRecipe builds a Containerfile from a recipe path.
No description provided by the author
No description provided by the author
CompileRecipe compiles a recipe into a runnable image.
GenModule generate a Module struct from a module path.
No description provided by the author
No description provided by the author
No description provided by the author
LoadRecipe loads a recipe from a file and returns a Recipe Does not validate the recipe but it will catch some errors a proper validation will be done in the future.
No description provided by the author
No description provided by the author
TestRecipe validates a recipe by loading it and checking for errors.