Searched refs:dockerfile_path (Results 1 – 5 of 5) sorted by relevance
/external/oss-fuzz/infra/ |
D | build_specified_commit.py | 105 def _replace_base_builder_digest(dockerfile_path, digest): argument 107 with open(dockerfile_path) as handle: 117 with open(dockerfile_path, 'w') as handle: 153 def get_required_post_checkout_steps(dockerfile_path): argument 162 with open(dockerfile_path) as handle: 206 dockerfile_path = os.path.join(projects_dir, 'Dockerfile') 211 post_checkout_steps = get_required_post_checkout_steps(dockerfile_path) 278 _replace_base_builder_digest(dockerfile_path, base_builder_digest)
|
D | helper.py | 419 dockerfile_path = get_dockerfile_path(project_name) 421 with open(dockerfile_path) as file_handle:
|
/external/oss-fuzz/infra/build/functions/ |
D | build_and_run_coverage.py | 261 dockerfile_path = os.path.join(project_dir, 'Dockerfile') 264 with open(dockerfile_path) as docker_file:
|
D | build_project.py | 434 dockerfile_path = os.path.join(project_dir, 'Dockerfile') 438 with open(dockerfile_path) as dockerfile:
|
/external/oss-fuzz/infra/cifuzz/ |
D | continuous_integration.py | 188 dockerfile_path = os.path.join(build_integration_path, 'Dockerfile') 190 command = ['-t', tag, '-f', dockerfile_path, project_src]
|