Home
last modified time | relevance | path

Searched refs:dockerfile_contents (Results 1 – 7 of 7) sorted by relevance

/external/oss-fuzz/infra/build/functions/
Dproject_sync.py135 dockerfile_contents=project_metadata.dockerfile_contents).put()
162 if project.dockerfile_contents != project_metadata.dockerfile_contents:
163 project.dockerfile_contents = project_metadata.dockerfile_contents
183 dockerfile_contents = content_file.decoded_content.decode('utf-8')
199 return ProjectMetadata(schedule, project_yaml_contents, dockerfile_contents)
Drequest_coverage_build_test.py65 dockerfile_contents = 'test line'
76 dockerfile_contents=dockerfile_contents).put()
78 dockerfile_lines = dockerfile_contents.split('\n')
Dproject_sync_test.py122 dockerfile_contents='').put()
126 dockerfile_contents='').put()
148 dockerfile_contents='').put()
193 dockerfile_contents='').put()
197 dockerfile_contents='').put()
Ddatastore_entities.py26 dockerfile_contents = ndb.TextProperty() variable in Project
Drequest_build_test.py73 dockerfile_contents='test line').put()
Drequest_build.py60 dockerfile_lines = project.dockerfile_contents.split('\n')
/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py407 dockerfile_contents = merge_partials(spec['header'], used_partials,
420 'dockerfile_contents': dockerfile_contents,