18773: --match-submitter-images to compare the local docker image with Arvados
[arvados.git] / sdk / cwl / arvados_cwl / context.py
index 1e04dd5774ebb8bbc45ebdd417c35138f2d13a4d..4239dd3b51fea8e51d3cdaf33116595cc2748f34 100644 (file)
@@ -36,6 +36,7 @@ class ArvRuntimeContext(RuntimeContext):
         self.cluster_target_id = 0
         self.always_submit_runner = False
         self.collection_cache_size = 256
+        self.match_local_docker = False
 
         super(ArvRuntimeContext, self).__init__(kwargs)