Home
last modified time | relevance | path

Searched full:dockerfile (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/external/grpc-grpc/tools/interop_matrix/patches/ruby_v1.0.1/
Dgit_repo.patch1 diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile b/tools/dockerfile/interopte…
3 --- a/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
4 +++ b/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
22 diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh b/tools/dockerfile/int…
24 --- a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
25 +++ b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/patches/ruby_v1.0.1/
Dgit_repo.patch1 diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile b/tools/dockerfile/interopte…
3 --- a/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
4 +++ b/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
22 diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh b/tools/dockerfile/int…
24 --- a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
25 +++ b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch36 diff --git a/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile b/tools/dockerfile/interop…
38 --- a/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile
39 +++ b/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile
54 …git a/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile b/tools/dockerfile/intero…
56 --- a/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile
57 +++ b/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile
/external/grpc-grpc/tools/interop_matrix/patches/csharp_v1.0.1/
Dgit_repo.patch36 diff --git a/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile b/tools/dockerfile/interop…
38 --- a/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile
39 +++ b/tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile
54 …git a/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile b/tools/dockerfile/intero…
56 --- a/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile
57 +++ b/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile
/external/oss-fuzz/infra/build/functions/
Dproject_sync_test.py211 Repository('Dockerfile', 'file', 'projects/test0/Dockerfile'),
215 Repository('Dockerfile', 'file', 'projects/test1/Dockerfile'),
233 """Testing get_projects() with missing dockerfile"""
237 Repository('Dockerfile', 'file', 'projects/test0/Dockerfile'),
252 Repository('Dockerfile', 'file', 'projects/test0/Dockerfile'),
256 Repository('Dockerfile', 'file', 'projects/test1/Dockerfile'),
270 Repository('Dockerfile', 'file', 'projects/test0/Dockerfile'),
285 Repository('Dockerfile', 'file', 'projects/test0/Dockerfile'),
299 Repository('Dockerfile', 'file', 'projects/test0/Dockerfile'),
Dbuild_project.py85 """Returns a tuple containing the contents of the project.yaml and Dockerfile
86 of |project_name|. Raises a FileNotFoundError if there is no Dockerfile for
89 dockerfile_path = os.path.join(project_dir, 'Dockerfile')
91 with open(dockerfile_path) as dockerfile:
92 dockerfile = dockerfile.read()
94 logging.error('Project "%s" does not have a dockerfile.', project_name)
99 return project_yaml_contents, dockerfile
105 def __init__(self, name, project_yaml_contents, dockerfile, image_project): argument
109 self.workdir = workdir_from_dockerfile(dockerfile)
165 def workdir_from_dockerfile(dockerfile): argument
[all …]
/external/tensorflow/tensorflow/tools/ci_build/builds/
Ddocker_test.sh60 DOCKERFILE="tensorflow/tools/docker/Dockerfile"
62 DOCKERFILE="tensorflow/tools/docker/Dockerfile.gpu"
64 DOCKERFILE="tensorflow/tools/docker/Dockerfile.rocm"
75 BASE_DIR=$(upsearch "${DOCKERFILE}")
77 die "FAILED: Unable to find the base directory where the dockerfile "\
78 "${DOCKERFILE} resides"
85 DOCKERFILE_PATH="${BASE_DIR}/${DOCKERFILE}"
99 die "FAILED to build docker image from Dockerfile ${DOCKERFILE_PATH}"
/external/bcc/cmake/
Dbump_version.cmake4 configure_file(SPECS/Dockerfile.el6.in SPECS/Dockerfile.el6 @ONLY)
5 configure_file(SPECS/Dockerfile.el7.in SPECS/Dockerfile.el7 @ONLY)
6 configure_file(SPECS/Dockerfile.f22.in SPECS/Dockerfile.f22 @ONLY)
/external/tensorflow/tensorflow/tools/ci_build/
Dbuild_rbe.sh22 # $ ./build_rbe.sh Dockerfile.rbe.ubuntu16.04-manylinux2010
29 local DOCKERFILE="$(basename "$1")"
30 if [[ ! -e "$DOCKERFILE" ]]; then
31 echo "$DOCKERFILE does not exist in $PWD" >> /dev/stderr
35 local IMAGE_NAME_SUFFIX="${1#Dockerfile.rbe.}"
36 if [[ "$IMAGE_NAME_SUFFIX" == "$DOCKERFILE" ]]; then
37 echo 'File must start with "Dockerfile.rbe."' >> /dev/stderr
Dci_build.sh17 # Usage: ci_build.sh <CONTAINER_TYPE> [--dockerfile <DOCKERFILE_PATH>]
23 # DOCKERFILE_PATH: (Optional) Path to the Dockerfile used for docker build.
25 # --dockerfile flag), default Dockerfiles in the same
38 # Dockerfile to be used in docker build
39 DOCKERFILE_PATH="${SCRIPT_DIR}/Dockerfile.${CONTAINER_TYPE}"
42 if [[ "$1" == "--dockerfile" ]]; then
45 echo "Using custom Dockerfile path: ${DOCKERFILE_PATH}"
51 die "Invalid Dockerfile path: \"${DOCKERFILE_PATH}\""
57 if [ "$#" -lt 1 ] || [ ! -e "${SCRIPT_DIR}/Dockerfile.${CONTAINER_TYPE}" ]; then
58 supported_container_types=$( ls -1 ${SCRIPT_DIR}/Dockerfile.* | \
[all …]
/external/grpc-grpc/tools/dockerfile/
Dpush_testing_images.sh32 …or DOCKERFILE_DIR in tools/dockerfile/test/* tools/dockerfile/grpc_artifact_* tools/dockerfile/int…
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/rust/crates/grpcio-sys/grpc/tools/dockerfile/
Dpush_testing_images.sh32 …or DOCKERFILE_DIR in tools/dockerfile/test/* tools/dockerfile/grpc_artifact_* tools/dockerfile/int…
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
40 DOCKER_IMAGE_TAG=$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
/external/igt-gpu-tools/
D.gitlab-ci.yml220 - Dockerfile.debian-minimal
221 - Dockerfile.debian
230 …I_REGISTRY/$CI_PROJECT_PATH/igt-debian-minimal -t igt-debian-minimal -f Dockerfile.debian-minimal .
231 - docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian -f Dockerfile.debian .
240 - Dockerfile.debian-armhf
249 - docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-armhf -f Dockerfile.debian-armhf .
257 - Dockerfile.debian-arm64
266 - docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-arm64 -f Dockerfile.debian-arm64 .
274 - Dockerfile.debian-mips
283 - docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-mips -f Dockerfile.debian-mips .
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py134 'Path to a directory containing foo.partial.Dockerfile partial files.'
135 ' can have subdirectories, e.g. "bar/baz.partial.Dockerfile".',
461 if '.partial.Dockerfile' not in fullpath:
465 # partial_dir/foo/bar.partial.Dockerfile -> foo/bar
466 simple_name = fullpath[len(partial_path) + 1:-len('.partial.dockerfile')]
497 # Empty Dockerfile directory if building new Dockerfiles
499 eprint('> Emptying Dockerfile dir "{}"'.format(FLAGS.dockerfile_dir))
524 # of its Dockerfile, its build arg list, etc.
543 # Write releases marked "is_dockerfiles" into the Dockerfile directory
547 tag + '.Dockerfile')
[all …]
DREADME.md18 $ docker build -f ./dockerfiles/cpu.Dockerfile -t tf .
21 Each Dockerfile has its own set of available `--build-arg`s which are documented
22 in the Dockerfile itself.
63 `*.partial.Dockerfile` files in the `partials` directory, then run
67 You can use the `Dockerfile` in this directory to build an editing environment
72 $ docker build -t tf-tools -f tools.Dockerfile .
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/dockerize/
Dbuild_interop_image.sh23 # BASE_NAME - base name used to locate the base Dockerfile and build script
83 # Use image name based on Dockerfile checksum
87 …BASE_IMAGE=${BASE_NAME}:$(sha1sum "tools/dockerfile/interoptest/$BASE_NAME/Dockerfile" | cut -f1 -…
89 …BASE_IMAGE=${BASE_NAME}:$(md5 -r "tools/dockerfile/interoptest/$BASE_NAME/Dockerfile" | cut -f1 -d…
98 docker build -t "$BASE_IMAGE" --force-rm=true "tools/dockerfile/interoptest/$BASE_NAME" || exit $?
119 bash -l "/var/local/jenkins/grpc/tools/dockerfile/interoptest/$BASE_NAME/build_interop.sh" \
/external/grpc-grpc/tools/run_tests/dockerize/
Dbuild_interop_image.sh23 # BASE_NAME - base name used to locate the base Dockerfile and build script
77 # Use image name based on Dockerfile checksum
81 …BASE_IMAGE=${BASE_NAME}_$(sha1sum "tools/dockerfile/interoptest/$BASE_NAME/Dockerfile" | cut -f1 -…
83 …BASE_IMAGE=${BASE_NAME}_$(md5 -r "tools/dockerfile/interoptest/$BASE_NAME/Dockerfile" | cut -f1 -d…
92 docker build -t "$BASE_IMAGE" --force-rm=true "tools/dockerfile/interoptest/$BASE_NAME" || exit $?
118 bash -l "/var/local/jenkins/grpc/tools/dockerfile/interoptest/$BASE_NAME/build_interop.sh" \
/external/grpc-grpc/tools/distrib/
Ddocker_for_windows.rb23 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/protobuf/kokoro/linux/
Dbuild_and_run_docker.sh7 # Dockerfile.
8 # DOCKERFILE_DIR - Directory in which Dockerfile file is located.
19 # Use image name based on Dockerfile sha1
23 DOCKER_IMAGE_NAME=${DOCKERHUB_ORGANIZATION}_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
28 …${DOCKERHUB_ORGANIZATION}/${DOCKERFILE_PREFIX}_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
/external/tensorflow/tensorflow/tools/gcs_test/
Dgcs_smoke.sh68 DOCKERFILE="${BUILD_DIR}/Dockerfile"
69 if [[ ! -f "${DOCKERFILE}" ]]; then
70 die "ERROR: Cannot find Dockerfile at expected path ${DOCKERFILE}"
79 -f "${DOCKERFILE}" -t "${DOCKER_IMG}" "${BUILD_DIR}" || \
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/patches/ruby_v1.18.0/
Dgit_repo.patch1 diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh b/tools/dockerfile/int…
3 --- a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
4 +++ b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
/external/protobuf/kokoro/linux/dockerfile/
Dpush_testing_images.sh7 cd kokoro/linux/dockerfile
13 # Generate image name based on Dockerfile checksum. That works well as long
16 # cmd in the dockerfile in not ok as contents of the added file will not be
18 DOCKER_IMAGE_NAME=$(basename $DOCKERFILE_DIR)_$(sha1sum $DOCKERFILE_DIR/Dockerfile | cut -f1 -d\ )
/external/oss-fuzz/docs/getting-started/new-project-guide/
Dgo_lang.md60 ### Dockerfile subsection
62 The Dockerfile should start by `FROM gcr.io/oss-fuzz-base/base-builder-go`
66 your Dockerfile.
67 …m/google/oss-fuzz/blob/356f2b947670b7eb33a1f535c71bc5c87a60b0d1/projects/syzkaller/Dockerfile#L23):
69 ```dockerfile
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Drake_compiler_docker_image.rb23dockerfile = File.join(grpc_root, 'third_party', 'rake-compiler-dock', 'rake_' + platform, 'Docker…
24 dockerpath = File.dirname(dockerfile)
25 version = Digest::SHA1.file(dockerfile).hexdigest
/external/python/ipaddress/
DMakefile30 docker build -t ipaddress-python2.6 . -f test-python2.6.Dockerfile
33 docker build -t ipaddress-python2.7 . -f test-python2.7.Dockerfile
36 docker build -t ipaddress-python3.2 . -f test-python3.2.Dockerfile
39 docker build -t ipaddress-python3.3 . -f test-python3.3.Dockerfile

12345678910>>...14