Lines Matching +full:oss +full:- +full:fuzz +full:- +full:project +full:- +full:name
7 # http://www.apache.org/licenses/LICENSE-2.0
18 # pylint: disable=wrong-import-position,import-error
23 BASE_BUILDER_TAG = 'gcr.io/oss-fuzz-base/base-builder'
24 BASE_RUNNER_TAG = 'gcr.io/oss-fuzz-base/base-runner'
25 MSAN_LIBS_BUILDER_TAG = 'gcr.io/oss-fuzz-base/msan-libs-builder'
26 PROJECT_TAG_PREFIX = 'gcr.io/oss-fuzz/'
29 def get_project_image_name(project): argument
30 """Returns the name of the project builder image for |project_name|."""
31 return PROJECT_TAG_PREFIX + project
36 command = ['docker', 'rmi', '-f'] + images
38 utils.execute(['docker', 'builder', 'prune', '-f'])