HomeSort by relevance Sort by last modified time
    Searched refs:dockerfile (Results 1 - 8 of 8) sorted by null

  /external/grpc-grpc/tools/dockerfile/
push_testing_images.sh 32 for DOCKERFILE_DIR in tools/dockerfile/test/* tools/dockerfile/grpc_artifact_* tools/dockerfile/interoptest/* tools/dockerfile/distribtest/* third_party/rake-compiler-dock
34 # Generate image name based on Dockerfile checksum. That works well as long
37 # cmd in the dockerfile in not ok as contents of the added file will not be
39 DOCKER_IMAGE_NAME=$(basename $DOCKERFILE_DIR)_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
  /external/tensorflow/tensorflow/tools/ci_build/
ci_rbe_docker_build.sh 82 dockerfile="Dockerfile.rbe.cpu"
85 dockerfile="Dockerfile.rbe.gpu"
89 docker build -f $dockerfile -t $tf_image .
  /external/grpc-grpc/tools/distrib/
clang_format_code.sh 25 docker build -t grpc_clang_format tools/dockerfile/grpc_clang_format
32 CLANG_FORMAT_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_format/clang_format_all_the_things.sh
clang_tidy_code.sh 27 docker build -t grpc_clang_tidy tools/dockerfile/grpc_clang_tidy
34 CLANG_TIDY_ROOT="${REPO_ROOT}" tools/dockerfile/grpc_clang_tidy/clang_tidy_all_the_things.sh "$@"
docker_for_windows.rb 23 dockerfile = File.join(grpc_root, 'third_party', 'rake-compiler-dock', 'Dockerfile')
24 dockerpath = File.dirname(dockerfile)
25 version = Digest::SHA1.file(dockerfile).hexdigest
36 cmd = "docker build -t #{image_name} --file #{dockerfile} #{dockerpath}"
  /external/grpc-grpc/tools/internal_ci/linux/
grpc_bazel.sh 23 export DOCKERFILE_DIR=tools/dockerfile/test/bazel
  /external/grpc-grpc/tools/distrib/python/
bazel_deps.sh 26 docker build -t bazel_local_img tools/dockerfile/test/sanity
  /external/tensorflow/tensorflow/tools/dockerfiles/
assembler.py 133 'Path to a directory containing foo.partial.Dockerfile partial files.'
134 ' can have subdirectories, e.g. "bar/baz.partial.Dockerfile".',
459 if '.partial.Dockerfile' not in fullpath:
463 # partial_dir/foo/bar.partial.Dockerfile -> foo/bar
464 simple_name = fullpath[len(partial_path) + 1:-len('.partial.dockerfile')]
495 # Empty Dockerfile directory if building new Dockerfiles
497 eprint('> Emptying Dockerfile dir "{}"'.format(FLAGS.dockerfile_dir))
522 # of its Dockerfile, its build arg list, etc.
541 # Write releases marked "is_dockerfiles" into the Dockerfile directory
545 tag + '.Dockerfile')
    [all...]

Completed in 325 milliseconds