| /external/grpc-grpc/tools/bazelify_tests/ |
| D | dockerimage_current_versions.bzl | 17 It makes the info from testing docker image *.current_version files 22 …"third_party/rake-compiler-dock/rake_aarch64-linux.current_version": "docker://us-docker.pkg.dev/g… 23 …"third_party/rake-compiler-dock/rake_arm64-darwin.current_version": "docker://us-docker.pkg.dev/gr… 24 …"third_party/rake-compiler-dock/rake_x64-mingw-ucrt.current_version": "docker://us-docker.pkg.dev/… 25 …"third_party/rake-compiler-dock/rake_x64-mingw32.current_version": "docker://us-docker.pkg.dev/grp… 26 …"third_party/rake-compiler-dock/rake_x86-linux.current_version": "docker://us-docker.pkg.dev/grpc-… 27 …"third_party/rake-compiler-dock/rake_x86-mingw32.current_version": "docker://us-docker.pkg.dev/grp… 28 …"third_party/rake-compiler-dock/rake_x86_64-darwin.current_version": "docker://us-docker.pkg.dev/g… 29 …"third_party/rake-compiler-dock/rake_x86_64-linux.current_version": "docker://us-docker.pkg.dev/gr… 30 …file/distribtest/cpp_debian10_aarch64_cross_x64.current_version": "docker://us-docker.pkg.dev/grpc… [all …]
|
| /external/armnn/build-tool/ |
| D | README.md | 6 Other host platforms such as Windows and Mac **should** work (with Docker installed), but have not … 8 …d Tool through the use of Docker. However, the scripts may be [executed directly on your machine](… 10 …e Docker installed** and want to quickly build the Arm NN Dockerfile with some default build argum… 14 * [Install Docker](#install-docker) 17 * [Docker Build Arguments Reference](#docker-build-arguments-reference) 20 * [Docker Build Steps](#docker-build-steps) 21 * [Build Arm NN Without Docker](#build-arm-nn-without-docker) 24 * [Additional Docker Build Arguments](#additional-docker-build-arguments) 25 * [Inspect the contents of the Docker Image](#inspect-the-contents-of-the-docker-image) 35 6. **```docker-copy-to-host```:** helpful script to copy contents of a Docker Image to the host mac… [all …]
|
| /external/grpc-grpc/src/php/docker/ |
| D | README.md | 2 # Docker Images for Testing 4 This directory contains a number of docker images to assist testing the 14 To build all docker images: 24 Or to only print out individual `docker build` commands 39 Or to only print out individual `docker run` commands 50 Build `grpc-ext` docker image: 53 $ docker build -t grpc-php/grpc-ext -f ./src/php/docker/grpc-ext/Dockerfile . 58 $ docker run -it --rm grpc-php/grpc-ext 72 Build `grpc-src` docker image: 75 $ docker build -t grpc-php/grpc-src -f ./src/php/docker/grpc-src/Dockerfile . [all …]
|
| /external/mesa3d/.gitlab-ci/windows/ |
| D | mesa_container.ps1 | 2 # Docker directly as we don't have buildah/podman/skopeo available under 3 # Windows, nor can we execute Docker-in-Docker 14 docker --config "windows-docker.conf" login -u "$registry_username" -p "$registry_password" "$regis… 16 Write-Host "docker login failed to $registry_uri" 21 docker --config "windows-docker.conf" pull "$registry_user_image" 24 docker --config "windows-docker.conf" logout "$registry_uri" 29 docker --config "windows-docker.conf" pull "$registry_central_image" 32 docker --config "windows-docker.conf" tag "$registry_central_image" "$registry_user_image" 33 docker --config "windows-docker.conf" push "$registry_user_image" 35 docker --config "windows-docker.conf" logout "$registry_uri" [all …]
|
| /external/skia/docker/ |
| D | README.md | 1 # Docker chapter 3 Docker files for building different Skia targets. 9 There is a continuous process that builds this docker image, but if you 12 docker build -t skia-release ./docker/skia-release/ 13 docker tag skia-release gcr.io/skia-public/skia-release:prod 14 docker push gcr.io/skia-public/skia-release:prod 21 There is a continuous process that builds this docker image, but if you 24 docker build -t skia-wasm-release ./docker/skia-wasm-release/ 25 docker tag skia-wasm-release gcr.io/skia-public/skia-wasm-release:prod 26 docker push gcr.io/skia-public/skia-wasm-release:prod [all …]
|
| /external/crosvm/tools/ |
| D | dev_container | 97 def machine_is_running(docker: cmd): 98 machine_state = docker("machine info").stdout() 109 def container_revision(docker: cmd, container_id: str): 110 image = docker("container inspect -f {{.Config.Image}}", container_id).stdout() 116 def container_id(docker: cmd, cros: bool): 117 return docker(f"ps -a -q -f name={container_name(cros)}").stdout() 120 def container_is_running(docker: cmd, cros: bool): 121 return bool(docker(f"ps -q -f name={container_name(cros)}").stdout()) 124 def delete_container(docker: cmd, cros: bool): 125 cid = container_id(docker, cros) [all …]
|
| /external/python/google-auth-library-python/.kokoro/ |
| D | trampoline_v2.sh | 20 # 1. Prepare the Docker image for the test 21 # 2. Run the Docker with appropriate flags to run the test 22 # 3. Upload the newly built Docker image 36 # TRAMPOLINE_IMAGE: The docker image to use. 41 # (true|false): Whether to upload the Docker image after the 43 # TRAMPOLINE_BUILD_FILE: The script to run in the docker container. 44 # TRAMPOLINE_WORKSPACE: The workspace path in the docker container. 151 gcloud auth configure-docker --quiet 231 # Configure the service account for pulling the docker image. 268 gcloud auth configure-docker --quiet [all …]
|
| /external/python/python-api-core/.kokoro/ |
| D | trampoline_v2.sh | 20 # 1. Prepare the Docker image for the test 21 # 2. Run the Docker with appropriate flags to run the test 22 # 3. Upload the newly built Docker image 36 # TRAMPOLINE_IMAGE: The docker image to use. 41 # (true|false): Whether to upload the Docker image after the 43 # TRAMPOLINE_BUILD_FILE: The script to run in the docker container. 44 # TRAMPOLINE_WORKSPACE: The workspace path in the docker container. 151 gcloud auth configure-docker --quiet 231 # Configure the service account for pulling the docker image. 268 gcloud auth configure-docker --quiet [all …]
|
| /external/python/google-api-python-client/.kokoro/ |
| D | trampoline_v2.sh | 20 # 1. Prepare the Docker image for the test 21 # 2. Run the Docker with appropriate flags to run the test 22 # 3. Upload the newly built Docker image 36 # TRAMPOLINE_IMAGE: The docker image to use. 41 # (true|false): Whether to upload the Docker image after the 43 # TRAMPOLINE_BUILD_FILE: The script to run in the docker container. 44 # TRAMPOLINE_WORKSPACE: The workspace path in the docker container. 151 gcloud auth configure-docker --quiet 231 # Configure the service account for pulling the docker image. 268 gcloud auth configure-docker --quiet [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | docker_env.sh | 8 # This is a helper script to enable running tests under a Docker container, 14 # for the set of Docker images we use on the CI. 18 # This script expects a Linux x86_64 system with a recent version of Docker 21 # (http_proxy and https_proxy) set appropriately. If an alternate Docker 26 # Running this script directly will check for Docker availability and set up 27 # the Docker image. 39 # Make sure docker is available 40 if ! which docker > /dev/null; then 41 …echo "Docker is required but doesn't seem to be installed. See https://www.docker.com/ to get star… 45 # Figure out if we need to 'sudo docker' [all …]
|
| /external/grpc-grpc/tools/dockerfile/ |
| D | README.md | 1 # Docker images used for gRPC testing 3 Most of our linux tests on the CI run under a docker container, since that makes it easier 7 The docker image definitions we use live under `tools/dockerfile` directory (with the 8 exception of `third_party/rake-compiler-dock` docker images). 12 The docker images we use for testing evolve over time (and newer/older versions of it 17 corresponding `.current_version` file, which contains the full docker image name, 18 including artifact registry location, docker image name, the current tag and the 26 us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_debian11_x64:[CURRENT_CHECKSUM]@sha256:[CU… 28 This info can be passed directly to `docker run` command to get an environment 33 The authoritative version of docker images we use for testing is stored in artifact registry, [all …]
|
| D | push_testing_images.sh | 16 # Builds selected testing docker images and pushes them to artifact registry. 30 # SKIP_UPLOAD: if set, script won't push docker images it built to artifact registry. 31 # TRANSFER_FROM_DOCKERHUB: if set, will attempt to grab docker images missing in artifact registry… 33 # How to configure docker before running this script for the first time: 34 # Configure docker: 35 # $ gcloud auth configure-docker us-docker.pkg.dev 43 # Check that docker is installed and sudoless docker works. 44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \ 45 (echo "Error: docker not installed or sudoless docker doesn't work?" && exit 1) 53 …docker run --rm -it arm64v8/debian:11 bash -c 'echo "able to run arm64 docker images with an emula… [all …]
|
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | docker_env.sh | 8 # This is a helper script to enable running tests under a Docker container, 14 # for the set of Docker images we use on the CI. 18 # This script expects a Linux x86_64 system with a recent version of Docker 21 # (http_proxy and https_proxy) set appropriately. If an alternate Docker 26 # Running this script directly will check for Docker availability and set up 27 # the Docker image. 39 # Make sure docker is available 40 if ! which docker > /dev/null; then 41 …echo "Docker is required but doesn't seem to be installed. See https://www.docker.com/ to get star… 45 # Figure out if we need to 'sudo docker' [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/ |
| D | README.md | 1 # Docker images used for gRPC testing 3 Most of our linux tests on the CI run under a docker container, since that makes it easier 7 The docker image definitions we use live under `tools/dockerfile` directory (with the 8 exception of `third_party/rake-compiler-dock` docker images). 12 The docker images we use for testing evolve over time (and newer/older versions of it 17 corresponding `.current_version` file, which contains the full docker image name, 18 including artifact registry location, docker image name, the current tag and the 26 us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_debian11_x64:[CURRENT_CHECKSUM]@sha256:[CU… 28 This info can be passed directly to `docker run` command to get an environment 33 The authoritative version of docker images we use for testing is stored in artifact registry, [all …]
|
| D | push_testing_images.sh | 16 # Builds selected testing docker images and pushes them to artifact registry. 30 # SKIP_UPLOAD: if set, script won't push docker images it built to artifact registry. 31 # TRANSFER_FROM_DOCKERHUB: if set, will attempt to grab docker images missing in artifact registry… 33 # How to configure docker before running this script for the first time: 34 # Configure docker: 35 # $ gcloud auth configure-docker us-docker.pkg.dev 43 # Check that docker is installed and sudoless docker works. 44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \ 45 (echo "Error: docker not installed or sudoless docker doesn't work?" && exit 1) 53 …docker run --rm -it arm64v8/debian:11 bash -c 'echo "able to run arm64 docker images with an emula… [all …]
|
| /external/python/ipaddress/ |
| D | Makefile | 27 docker-test-all: docker-test-2.6 docker-test-2.7 docker-test-3.2 docker-test-3.3 29 docker-test-2.6: 30 docker build -t ipaddress-python2.6 . -f test-python2.6.Dockerfile 32 docker-test-2.7: 33 docker build -t ipaddress-python2.7 . -f test-python2.7.Dockerfile 35 docker-test-3.2: 36 docker build -t ipaddress-python3.2 . -f test-python3.2.Dockerfile 38 docker-test-3.3: 39 docker build -t ipaddress-python3.3 . -f test-python3.3.Dockerfile 44 .PHONY: default test clean pypi lint docker-test-all docker-test-2.6 docker-test-2.7 docker-test-3.…
|
| /external/tensorflow/tensorflow/tools/dockerfiles/ |
| D | README.md | 5 [TensorFlow's Docker Hub](https://hub.docker.com/r/tensorflow/tensorflow). 18 $ docker build -f ./dockerfiles/cpu.Dockerfile -t tf . 26 After building the image with the tag `tf` (for example), use `docker run` to 29 Note for new Docker users: the `-v` and `-u` flags share directories and 30 permissions between the Docker container and your machine. Without `-v`, your 34 [Docker run documentation](https://docs.docker.com/engine/reference/run/) for 42 $ docker run -u $(id -u):$(id -g) -v $(pwd):/my-devel -it tf 45 # 1) On Docker versions earlier than 19.03 (set up nvidia-docker2 first) 46 $ docker run --runtime=nvidia -u $(id -u):$(id -g) -v $(pwd):/my-devel -it tf 48 # 2) On Docker versions including and after 19.03 (with nvidia-container-toolkit) [all …]
|
| /external/pigweed/docker/ |
| D | docs.rst | 2 Docker title 7 assumption is poor when running tests with Docker. To help out teams using 8 Docker for automated testing, the Pigweed team has a publicly-available Docker 10 image is in ``docker/tag`` under the Pigweed checkout. 17 Build your own Docker image 20 To build your own Docker image, start with ``docker/Dockerfile.cache`` and 21 run ``docker build --file docker/Dockerfile.cache .`` from the root of your 24 Use the publicly available Docker image 27 To use the publicly-available Docker image, run 28 ``docker build --file docker/Dockerfile.run --build-arg from=$(cat docker/tag) .`` [all …]
|
| /external/bcc/.github/workflows/ |
| D | bcc-test.yml | 10 # Use docker.io for Docker Hub if empty 41 docker: 42 - 'docker/build/**' 47 - name: Pull docker container 48 if: steps.changes.outputs.docker == 'false' 50 …docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os.distro }}-${{ matrix.os.versio… 51 - name: Build docker container 52 if: steps.changes.outputs.docker == 'true' 58 - name: Tag docker container 60 …docker tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os.distro }}-${{ matrix.os.version… [all …]
|
| /external/armnn/build-tool/scripts/ |
| D | docker-copy-to-host.sh | 7 # Script which copies a file or directory from the /home/arm-user/ directory in Docker to the host … 10 # 1. Name of created Docker image i.e. "--tag <name:tag>" provided at 'docker build' stage (tag is … 11 # 2. Relative path to file or directory to copy from the Docker /home/arm-user/ directory 15 # ./scripts/docker-copy-to-host.sh armnn_image armnn_aarch64_build.tar.gz 17 # ./scripts/docker-copy-to-host.sh armnn_image build/armnn 19 # ./scripts/docker-copy-to-host.sh armnn_image build/acl 30 echo "***** $name: Copying file(s) from path /home/arm-user/$file_path inside Docker image '$image_… 36 docker rm --force armnn_temp 2> /dev/null 38 echo -e "\n***** Creating temporary Docker container named armnn_temp using Docker image '$image_na… 39 docker create --interactive --tty --name armnn_temp "$image_name" bash > /dev/null [all …]
|
| /external/autotest/site_utils/docker/ |
| D | utils.py | 8 import docker 10 logging.info("Docker API is not installed in this environment") 14 # Default docker socker. 15 DOCKER_SOCKET = env_vars.get('DOCKER_SOCKET', '/var/run/docker.sock') 17 # This the default IP where the docker daemon is running on the Satlab. 19 # This the default IP where the docker daemon is listening on the Satlab. 21 # Optional docker tcp ip address/port dockerd listens to. 30 Get the client of the host Docker server either via default Docker socket or TCP connection. 32 # Use default TCP connection IP to create docker client if docker socket( 33 # /var/run/docker.sock) doesn't exists on the machine or when TCP connection IP [all …]
|
| /external/igt-gpu-tools/ |
| D | .gitlab-ci.yml | 217 image: docker:stable 224 - docker:dind 226 DOCKER_HOST: tcp://docker:2375 229 - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY 230 …- docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-minimal -t igt-debian-minimal -f Docker… 231 - docker build -t $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian -f Dockerfile.debian . 232 - docker push $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian-minimal 233 - docker push $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian 237 image: docker:stable 243 - docker:dind [all …]
|
| /external/skia/infra/bots/recipe_modules/build/examples/full.expected/ |
| D | Build-Debian11-GCC-x86_64-Debug-Docker.json | 4 "name": "Docker setup" 9 "RECIPE_MODULE[skia::docker]/resources/get_uid_gid.py" 11 "name": "Docker setup.Get uid and gid", 26 "[START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86_64-Debug-Docker/Debug" 29 "name": "Docker setup.mkdirs out_dir", 38 "[START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86_64-Debug-Docker/Debug" 41 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86_64-Debug-Do… 53 "name": "Docker setup.chmod 755 [START_DIR]/cache/work", 62 "RECIPE_MODULE[skia::build]/resources/docker-compile.sh" 65 "name": "Docker setup.chmod 0755 RECIPE_MODULE[skia::build]/resources/docker-compile.sh", [all …]
|
| D | Build-Debian11-GCC-x86-Debug-Docker.json | 4 "name": "Docker setup" 9 "RECIPE_MODULE[skia::docker]/resources/get_uid_gid.py" 11 "name": "Docker setup.Get uid and gid", 26 "[START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86-Debug-Docker/Debug" 29 "name": "Docker setup.mkdirs out_dir", 38 "[START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86-Debug-Docker/Debug" 41 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86-Debug-Docke… 53 "name": "Docker setup.chmod 755 [START_DIR]/cache/work", 62 "RECIPE_MODULE[skia::build]/resources/docker-compile.sh" 65 "name": "Docker setup.chmod 0755 RECIPE_MODULE[skia::build]/resources/docker-compile.sh", [all …]
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | Makefile | 44 docker-image \ 45 docker-shell \ 46 docker-build \ 50 @echo "make docker-image -- build docker image" 51 @echo "make docker-shell -- run shell inside the docker image" 52 @echo "make docker-build -- build wheel and deb inside the docker image" 55 docker-image: 56 …docker build -t $(TAG_IMAGE) --build-arg IMAGE=$(BASE_IMAGE) --build-arg PYTHON_VERSION=$(PYTHON_V… 58 docker-shell: docker-image 60 docker run --rm --interactive --tty \ [all …]
|