resort.component.packer

class resort.component.packer.Image(base_dir, template_path)

Bases: object

Packer image.

Parameters:
  • base_dir (Contextual) – Template base directory.
  • template_path (Contextual) – Template file path relative to base_dir.
available(context)

Always return None.

Parameters:context (resort.engine.execution.Context) – Current execution context.
insert(context)

Build the image.

Parameters:context (resort.engine.execution.Context) – Current execution context.
delete(context)

Does nothing.

Parameters:context (resort.engine.execution.Context) – Current execution context.