Merge branch '18830-fix-centos-7-provisioning'
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index 734945c0f7ccb707258ab60be52107195afff0e0..826467cc09397342c8d0fa32bfe3b4ed8dd10124 100644 (file)
@@ -152,6 +152,10 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
                         help="When invoked with --submit --wait, always submit a runner to manage the workflow, even when only running a single CommandLineTool",
                         default=False)
 
+    parser.add_argument("--match-submitter-images", action="store_true",
+                        default=False, dest="match_local_docker",
+                        help="Where Arvados has more than one Docker image of the same name, use image from the Docker instance on the submitting node.")
+
     exgroup = parser.add_mutually_exclusive_group()
     exgroup.add_argument("--submit-request-uuid",
                          default=None,