hyperdock_container.tool#

Classes#

ContainerToolRequest

Module Contents#

class hyperdock_container.tool.ContainerToolRequest(tool_ref: hyperdock_container.tool_reference.ContainerToolReference, rel_path: str, tool_vars: dict[str, str] = None, runtime_arguments: dict = None)#

Bases: hyperpocket.tool.ToolRequest

tool_ref: hyperdock_container.tool_reference.ContainerToolReference#
rel_path: str#
overridden_tool_vars: dict[str, str]#
runtime_arguments: dict#
property base_image: str#