Home
last modified time | relevance | path

Searched refs:dockerfile_path (Results 1 – 5 of 5) sorted by relevance

/external/oss-fuzz/infra/
Dbuild_specified_commit.py105 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)
Dhelper.py419 dockerfile_path = get_dockerfile_path(project_name)
421 with open(dockerfile_path) as file_handle:
/external/oss-fuzz/infra/build/functions/
Dbuild_and_run_coverage.py261 dockerfile_path = os.path.join(project_dir, 'Dockerfile')
264 with open(dockerfile_path) as docker_file:
Dbuild_project.py434 dockerfile_path = os.path.join(project_dir, 'Dockerfile')
438 with open(dockerfile_path) as dockerfile:
/external/oss-fuzz/infra/cifuzz/
Dcontinuous_integration.py188 dockerfile_path = os.path.join(build_integration_path, 'Dockerfile')
190 command = ['-t', tag, '-f', dockerfile_path, project_src]