Bistro_internals.WorkflowSourcetype container_image = | Docker_image of Docker_image.t| Singularity_image of Singularity_image.tval docker_image :
?tag:string ->
?registry:string ->
account:string ->
name:string ->
unit ->
container_imagetype _ t = | Pure : {} -> 'a t| App : {} -> 'b t| Both : {} -> ('a * 'b) t| List : {id : string;elts : 'a t list;} -> 'a list t| Eval_path : {} -> string t| Spawn : {} -> 'b list t| List_nth : {id : string;elts : 'a list t;index : int;} -> 'a t| Input : {} -> path t| Select : {} -> path t| Plugin : ('a plugin, any) step -> 'a t| Shell : (shell_command, any) step -> path t| Glob : {} -> path list t| Trywith : {} -> 'a t| Ifelse : {} -> 'a t