Lines Matching refs:image_repo_path
91 def get_build_command(self, host_repo_path, image_repo_path): argument
103 def get_replace_repo_and_build_command(host_repo_path, image_repo_path): argument
107 rm_path = os.path.join(image_repo_path, '*')
108 image_src_path = os.path.dirname(image_repo_path)
180 inferred_url, image_repo_path = (build_specified_commit.detect_main_repo(
184 if not inferred_url or not image_repo_path:
187 image_repo_path=None,
193 image_repo_name = os.path.basename(image_repo_path)
202 image_repo_path=image_repo_path,
205 def get_build_command(self, host_repo_path, image_repo_path): # pylint: disable=no-self-use argument
209 return get_replace_repo_and_build_command(host_repo_path, image_repo_path)
223 _, image_repo_path = (build_specified_commit.detect_main_repo(
227 if not image_repo_path:
230 image_repo_path=None,
235 image_repo_path=image_repo_path,
241 def get_build_command(self, host_repo_path, image_repo_path): # pylint: disable=no-self-use argument
245 return get_replace_repo_and_build_command(host_repo_path, image_repo_path)
275 image_repo_path=None,
278 image_repo_path = os.path.join('/src', self.config.project_repo_name)
280 image_repo_path=image_repo_path,
283 def get_build_command(self, host_repo_path, image_repo_path): # pylint: disable=no-self-use argument
315 image_repo_path=None,
318 image_repo_path = os.path.join('/src', self.config.project_repo_name)
320 image_repo_path=image_repo_path,
323 def get_build_command(self, host_repo_path, image_repo_path): # pylint: disable=no-self-use argument