| /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: 21 $ ./src/php/bin/build_all_docker_images.sh grpc-ext php-src 24 Or to only print out individual `docker build` commands 26 $ ./src/php/bin/build_all_docker_images.sh --cmds 36 $ ./src/php/bin/run_all_docker_images.sh grpc-ext php-src 39 Or to only print out individual `docker run` commands 41 $ ./src/php/bin/run_all_docker_images.sh --cmds 44 ## Build and Run Specified Image [all …]
|
| /external/skia/docker/ |
| D | README.md | 1 # Docker chapter 3 Docker files for building different Skia targets. 5 ## skia-release 7 This image is used to build Skia at TOT with SwiftShader. 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 16 ## skia-wasm-release 18 This image is used to build the Web Assembly (WASM) libraries of Skia [all …]
|
| /external/mesa3d/.gitlab-ci/windows/ |
| D | mesa_container.ps1 | 1 # Implements the equivalent of ci-templates container-ifnot-exists, using 2 # Docker directly as we don't have buildah/podman/skopeo available under 3 # Windows, nor can we execute Docker-in-Docker 12 Set-Location -Path ".\.gitlab-ci\windows" 14 docker --config "windows-docker.conf" login -u "$registry_username" -p "$registry_password" "$regis… 16 Write-Host "docker login failed to $registry_uri" 20 # if the image already exists, don't rebuild it 21 docker --config "windows-docker.conf" pull "$registry_user_image" 23 Write-Host "User image $registry_user_image already exists; not rebuilding" 24 docker --config "windows-docker.conf" logout "$registry_uri" [all …]
|
| /external/skia/infra/wasm-common/docker/ |
| D | README.md | 1 Docker chapter 4 Docker files to ease working with PathKit and CanvasKit. 6 emsdk-base 7 ---------- 9 This image has an Emscripten SDK environment that can be used for 12 This image tracks the official emscripten Docker image and installs 17 For testing the image locally, the following flow can be helpful: 19 docker build -t emsdk-base ./emsdk-base/ 21 docker run -it emsdk-base /bin/bash 22 # Compile PathKit with the local image [all …]
|
| /external/armnn/build-tool/ |
| D | README.md | 2 …dependencies, including **[Arm Compute Library (ACL)](https://github.com/ARM-software/ComputeLibra… 3 This tool replaces/supersedes the majority of the existing Arm NN build guides as a user-friendly w… 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 …Docker installed** and want to quickly build the Arm NN Dockerfile with some default build argumen… 13 * [System Requirements](#system-requirements) 14 * [Install Docker](#install-docker) 15 * [Ubuntu / Linux](#ubuntu--linux) 16 * [Windows and Mac](#windows-and-mac) 17 * [Docker Build Arguments Reference](#docker-build-arguments-reference) [all …]
|
| /external/grpc-grpc/tools/dockerfile/ |
| D | push_testing_images.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Builds selected testing docker images and pushes them to artifact registry. 21 set -ex 25 cd - 29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us… 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 [all …]
|
| 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 19 SHA256 image digest. 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 [all …]
|
| /external/google-cloud-java/java-containeranalysis/proto-google-cloud-containeranalysis-v1beta1/src/main/proto/google/devtools/containeranalysis/v1beta1/image/ |
| D | image.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package grafeas.v1beta1.image; 19 …o_package = "google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/image;image"; 21 option java_package = "io.grafeas.v1beta1.image"; 24 // Layer holds metadata specific to a layer of a Docker image. 31 // https://docs.docker.com/engine/reference/builder/ 34 // https://docs.docker.com/engine/reference/builder/ 37 // https://docs.docker.com/engine/reference/builder/ 40 // https://docs.docker.com/engine/reference/builder/ 43 // https://docs.docker.com/engine/reference/builder/ [all …]
|
| /external/python/google-auth-library-python/.kokoro/ |
| D | trampoline_v2.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 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 29 # gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.j… 30 # gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm 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. [all …]
|
| /external/python/python-api-core/.kokoro/ |
| D | trampoline_v2.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 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 29 # gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.j… 30 # gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm 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. [all …]
|
| /external/python/google-api-python-client/.kokoro/ |
| D | trampoline_v2.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 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 29 # gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.j… 30 # gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm 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. [all …]
|
| /external/cpu_features/bazel/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}<platform>_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x… 21 @echo -e "\t${BOLD}save_<platform>_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/pigweed/docker/ |
| D | docs.rst | 1 ------ 2 Docker title 3 ------ 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 9 image with a cache of some of the Pigweed environment. The current tag of this 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 [all …]
|
| /external/googleapis/google/devtools/containeranalysis/v1beta1/image/ |
| D | image.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package grafeas.v1beta1.image; 21 option java_package = "io.grafeas.v1beta1.image"; 24 // Layer holds metadata specific to a layer of a Docker image. 31 // https://docs.docker.com/engine/reference/builder/ 34 // https://docs.docker.com/engine/reference/builder/ 37 // https://docs.docker.com/engine/reference/builder/ 40 // https://docs.docker.com/engine/reference/builder/ 43 // https://docs.docker.com/engine/reference/builder/ 46 // https://docs.docker.com/engine/reference/builder/ [all …]
|
| /external/igt-gpu-tools/ |
| D | .gitlab-ci.yml | 1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest 4 -Dlibdrm_drivers=intel,nouveau,amdgpu 5 -Doverlay=enabled 6 -Dchamelium=enabled 7 -Dvalgrind=enabled 8 -Dman=enabled 9 -Dtests=enabled 10 -Drunner=enabled 11 -Dlibunwind=enabled 12 LANG: "C.UTF-8" [all …]
|
| /external/cronet/third_party/cpu_features/src/cmake/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}amd64_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x86_64… 21 @echo -e "\t${BOLD}save_amd64_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/cpu_features/cmake/ci/ |
| D | Makefile | 2 BRANCH := $(shell git rev-parse --abbrev-ref HEAD) 3 SHA1 := $(shell git rev-parse --verify HEAD) 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 12 @echo -e "\tmake <target> [NOCACHE=1]" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 15 @echo -e "\ttest build inside docker container to have a reproductible build." 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}amd64_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x86_64… 21 @echo -e "\t${BOLD}save_amd64_<stage>${RESET}: Save the <stage> docker image." [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/ |
| D | push_testing_images.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # Builds selected testing docker images and pushes them to artifact registry. 21 set -e 25 cd - 29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us… 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 [all …]
|
| 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 19 SHA256 image digest. 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 [all …]
|
| /external/tensorflow/tensorflow/lite/tools/pip_package/ |
| D | Makefile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 # Values: according to https://www.python.org/dev/peps/pep-0440/ 26 TAG_IMAGE := "tflite-runtime-builder-$(subst :,-,$(BASE_IMAGE))" 28 DOCKER_PARAMS := --pid=host \ 29 --env "CI_BUILD_USER=$(shell id -u -n)" \ 30 --env "CI_BUILD_UID=$(shell id -u)" \ 31 --env "CI_BUILD_GROUP=$(shell id -g -n)" \ 32 --env "CI_BUILD_GID=$(shell id -g)" \ 33 --env "CI_BUILD_HOME=$(TENSORFLOW_DIR)/bazel-ci_build-cache" \ 34 --env "WHEEL_PROJECT_NAME=$(WHEEL_PROJECT_NAME)" \ [all …]
|
| /external/skia/infra/lottiecap/docker/ |
| D | README.md | 1 Docker chapter 4 Docker files to handle Gold + lottie-web integration 7 lottie-web-puppeteer 8 -------------------- 10 This image has Google Chrome, [puppeteer](https://github.com/GoogleChrome/puppeteer), 11 and a few other tools for automating web-browser tests. 13 This image is standalone and does not have any extra dependencies that make 14 it Skia-exclusive. 19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/ 20 LOTTIE_VERSION="v2" # use v1, v2, etc for any re-spins of the container. [all …]
|
| /external/grpc-grpc/tools/interop_matrix/ |
| D | create_matrix_images.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 """Build and upload docker images to Google Container Registry per matrix.""" 51 # Destination directory inside docker image to keep extra info from build time. 56 "--gcr_path", 57 default="gcr.io/grpc-testing", 58 help="Path of docker images in Google Container Registry", 62 "--release", 68 "with --git_checkout." 73 "-l", 74 "--language", [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/ |
| D | create_matrix_images.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 15 """Build and upload docker images to Google Container Registry per matrix.""" 46 # Destination directory inside docker image to keep extra info from build time. 50 argp.add_argument('--gcr_path', 51 default='gcr.io/grpc-testing', 52 help='Path of docker images in Google Container Registry') 54 argp.add_argument('--release', 59 'with --git_checkout.') 61 argp.add_argument('-l', 62 '--language', [all …]
|
| /external/grpc-grpc/third_party/toolchains/ |
| D | README.md | 14 - Clone `grpc` repository in a kokoro debug windows VM (see internal documentation for how to creat… 15 - Run `generate_windows_rbe_configs.sh` to regenerate the configs locally on the VM. 16 - Copy the generated configs back to your workstation (e.g. via `gcloud compute scp` command) 21 Also see go/rbe-windows-user-guide 23 # Windows RBE docker image 25 …ry contains the dockerfile to rebuild the docker image we use on RBE windows workers. See go/rbe-w… 27 …that for linux, we use a docker image under `tools/dockerfile` (since for Linux RBE docker image i… 30 ## How to rebuild the Windows RBE docker image and use it for Windows RBE 33 - `docker build -t us-docker.pkg.dev/grpc-testing/testing-images-public/rbe_windows2019 third_party… 34 - To be able to authenticate when pushing the image to GAR, run `gcloud auth configure-docker us-do… [all …]
|
| /external/tensorflow/tensorflow/tools/ci_build/builds/ |
| D | docker_test.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 17 # Build and test TensorFlow docker images. 18 # The tests include Python unit tests-on-install and tutorial tests. 22 # IMAGE_TYPE : Type of the image: (CPU|GPU|ROCM) 23 # TAG : Docker image tag 24 # WHL_PATH : Path to the whl file to be installed inside the docker image 26 # e.g.: docker_test.sh CPU someone/tensorflow:0.8.0 pip_test/whl/tensorflow-0.8.0-cp27-none-linux… 45 test -e "$1" && echo "$PWD" && return || \ 58 # Verify image type 60 DOCKERFILE="tensorflow/tools/docker/Dockerfile" [all …]
|