/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/pytorch/.github/workflows/ |
D | build-manywheel-images.yml | 1 name: Build manywheel docker images 7 - main 8 - release/* 11 # Release candidate tags look like: v1.11.0-rc1 12 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 14 - '.ci/docker/manywheel/*' 15 - '.ci/docker/manywheel/build_scripts/*' 16 - '.ci/docker/common/*' 17 - .github/workflows/build-manywheel-images.yml 20 - '.ci/docker/manywheel/*' [all …]
|
D | _android-full-build-test.yml | 1 name: android-full-build-test 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 docker-image-name: 13 description: Name of the base docker image to build with. 14 sync-tag: 20 job with the same `sync-tag` is identical. 21 test-matrix: 33 runs-on: [self-hosted, linux.large] 35 test-matrix: ${{ steps.filter.outputs.test-matrix }} [all …]
|
D | docker-builds.yml | 1 name: docker-builds 7 - .ci/docker/** 8 - .github/workflows/docker-builds.yml 9 - .lintrunner.toml 12 - main 13 - release/* 14 - landchecks/* 16 - .ci/docker/** 17 - .github/workflows/docker-builds.yml 18 - .lintrunner.toml [all …]
|
D | build-libtorch-images.yml | 1 name: Build libtorch docker images 6 - main 7 - release/* 10 # Release candidate tags look like: v1.11.0-rc1 11 - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+ 13 - '.ci/docker/libtorch/*' 14 - '.ci/docker/common/*' 15 - .github/workflows/build-libtorch-images.yml 18 - '.ci/docker/libtorch/*' 19 - '.ci/docker/common/*' [all …]
|
D | _linux-build.yml | 1 name: linux-build 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 docker-image-name: 13 description: Name of the base docker image to build with. 14 build-generates-artifacts: 19 build-with-debug: 24 sync-tag: 30 job with the same `sync-tag` is identical. 31 cuda-arch-list: [all …]
|
D | target-determination-indexer.yml | 6 - cron: '0 0 * * *' 9 id-token: write 14 runs-on: linux.g5.4xlarge.nvidia.gpu # 1 GPU A10G 24GB each 15 environment: target-determinator-env 17 - name: Clone PyTorch 22 - name: Setup Linux 23 uses: ./pytorch/.github/actions/setup-linux 25 - name: Calculate docker image 26 id: calculate-docker-image 27 uses: pytorch/test-infra/.github/actions/calculate-docker-image@release/2.4 [all …]
|
D | _android-build-test.yml | 1 name: android-build-test 6 build-environment: 9 description: Top-level label for what's being built/tested. 10 docker-image-name: 13 description: Name of the base docker image to build with. 14 sync-tag: 20 job with the same `sync-tag` is identical. 21 test-matrix: 33 runs-on: [self-hosted, linux.large] 35 test-matrix: ${{ steps.filter.outputs.test-matrix }} [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/executorch/.github/workflows/ |
D | docker-builds.yml | 1 name: docker-builds 7 - .ci/docker/** 8 - .github/workflows/docker-builds.yml 9 - requirements-lintrunner.txt 10 - examples/arm/setup.sh 11 - examples/arm/ethos-u-setup/** 14 - main 15 - release/* 17 - .ci/docker/** 18 - .github/workflows/docker-builds.yml [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/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 …]
|
/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/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/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/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/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/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/coreboot/Documentation/infrastructure/ |
D | builders.md | 15 issues, the jenkins-node image is run with the privileged flag which 17 …(https://blog.trendmicro.com/trendlabs-security-intelligence/why-running-a-privileged-container-in… 45 These times are taken from the week of Feb 21 - Feb 28, 2022 47 * Congenialbuilder - 128 threads, 256GiB RAM 48 * Coverity Builds, Toolchain builds, Scanbuild-builds 52 * Gleefulbuilder - 64 threads, 64GiB RAM 56 * Fabulousbuilder - 64 threads, 64GiB RAM 60 * Ultron (9elements) - 48 threads, 128GiB RAM 64 * Bob - 64 threads, 128GiB RAM 68 * Pokeybuilder - 32 Threads, 96GiB RAM [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/stable/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/cronet/tot/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 …]
|