Home
last modified time | relevance | path

Searched +full:is +full:- +full:docker (Results 1 – 25 of 1019) sorted by relevance

12345678910>>...41

/external/armnn/build-tool/
DREADME.md2 …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…
4 The main benefit of building Arm NN from scratch is the ability to **exactly choose which component…
5 The Arm NN Build Tool is tested on **x86_64 (Intel) and aarch64 (Arm) build hosts** for the **Ubunt…
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](…
10Docker 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)
[all …]
/external/skia/docker/
DREADME.md1 # 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/grpc-grpc/src/php/docker/
DREADME.md2 # 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
45 ### `grpc-ext`
[all …]
/external/crosvm/tools/
Ddev_container3 # Use of this source code is governed by a BSD-style license that can be
16 # ./tools/dev_container --stop
19 # is cleaned up afterwards (e.g. when run by Kokoro):
21 # ./tools/dev_container --hermetic CMD
25 # ./tools/dev_container --cros
54 f"crosvm_dev_{getpass.getuser()}_{zlib.crc32(os.path.realpath(__file__).encode('utf-8')):x}"
57 f"crosvm_cros_{getpass.getuser()}_{zlib.crc32(os.path.realpath(__file__).encode('utf-8')):x}"
60 DEV_IMAGE_NAME = "gcr.io/crosvm-infra/crosvm_dev"
61 CROS_IMAGE_NAME = "gcr.io/crosvm-infra/crosvm_cros_cloudbuild"
68 f"--volume {CACHE_DIR}:/cache:rw" if CACHE_DIR else None,
[all …]
/external/grpc-grpc/tools/dockerfile/
DREADME.md1 # 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
15 For each dockerfile (which is identified by the directory in which is it located),
16 the "current version" that's being used by testing is determined by the
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
22 For `tools/dockerfile/test/cxx_debian11_x64/Dockerfile`, there is a
[all …]
Dpush_testing_images.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
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:
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/
DREADME.md1 # 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
15 For each dockerfile (which is identified by the directory in which is it located),
16 the "current version" that's being used by testing is determined by the
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
22 For `tools/dockerfile/test/cxx_debian11_x64/Dockerfile`, there is a
[all …]
Dpush_testing_images.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
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:
[all …]
/external/mbedtls/tests/scripts/
Ddocker_env.sh1 #!/bin/bash -eu
6 # -------
8 # This is a helper script to enable running tests under a Docker container,
12 # WARNING: the Dockerfile used by this script is no longer maintained! See
13 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
14 # for the set of Docker images we use on the CI.
17 # ---------------
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
22 # registry is needed, specify MBEDTLS_DOCKER_REGISTRY to point at the
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Ddocker_env.sh1 #!/bin/bash -eu
6 # -------
8 # This is a helper script to enable running tests under a Docker container,
12 # WARNING: the Dockerfile used by this script is no longer maintained! See
13 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
14 # for the set of Docker images we use on the CI.
17 # ---------------
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
22 # registry is needed, specify MBEDTLS_DOCKER_REGISTRY to point at the
[all …]
/external/grpc-grpc/tools/bazelify_tests/
Ddockerimage_current_versions.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
16 This file is generated by generate_dockerimage_current_versions_bzl.sh
17 It makes the info from testing docker image *.current_version files
22 …d_party/rake-compiler-dock/rake_aarch64-linux.current_version": "docker://us-docker.pkg.dev/grpc-t…
23 …ird_party/rake-compiler-dock/rake_arm64-darwin.current_version": "docker://us-docker.pkg.dev/grpc-
24 …_party/rake-compiler-dock/rake_x64-mingw-ucrt.current_version": "docker://us-docker.pkg.dev/grpc-t…
25 …hird_party/rake-compiler-dock/rake_x64-mingw32.current_version": "docker://us-docker.pkg.dev/grpc-
26 …third_party/rake-compiler-dock/rake_x86-linux.current_version": "docker://us-docker.pkg.dev/grpc-t…
27 …hird_party/rake-compiler-dock/rake_x86-mingw32.current_version": "docker://us-docker.pkg.dev/grpc-
[all …]
/external/pigweed/docker/
Ddocs.rst1 ------
2 Docker title
3 ------
6 is designed around a particular execution environment. That environment
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
[all …]
/external/python/google-auth-library-python/.kokoro/
Dtrampoline_v2.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
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
24 # in a way that is somewhat compatible with trampoline_v1.
27 # (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
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.
[all …]
/external/python/python-api-core/.kokoro/
Dtrampoline_v2.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
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
24 # in a way that is somewhat compatible with trampoline_v1.
27 # (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
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.
[all …]
/external/python/google-api-python-client/.kokoro/
Dtrampoline_v2.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
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
24 # in a way that is somewhat compatible with trampoline_v1.
27 # (/dev/shm is passed into the container as KOKORO_GFILE_DIR).
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.
[all …]
/external/perfetto/infra/ci/worker/
Dgce-startup-script.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
16 set -eux -o pipefail
18 # num-workers is set at VM creation time in the Makefile.
19 URL='http://metadata.google.internal/computeMetadata/v1/instance/attributes/num-workers'
20 NUM_WORKERS=$(curl --silent --fail -H'Metadata-Flavor:Google' $URL || echo 1)
24 swapon -p -1 $SSD
27 # This is used by the sandbox containers, NOT needed by the workers.
32 rm -rf $SHARED_WORKER_CACHE
33 mkdir -p $SHARED_WORKER_CACHE
[all …]
/external/autotest/site_utils/docker/
Dutils.py2 # Use of this source code is governed by a BSD-style license that can be
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(
[all …]
/external/skia/infra/wasm-common/docker/
DREADME.md1 Docker chapter
4 Docker files to ease working with PathKit and CanvasKit.
6 emsdk-base
7 ----------
12 This image tracks the official emscripten Docker image and installs
19 docker build -t emsdk-base ./emsdk-base/
21 docker run -it emsdk-base /bin/bash
23docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b…
25 karma-chrome-tests
26 ------------------
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/dockerize/
Dbuild_and_run_docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
16 # This script is invoked by run_tests.py to accommodate "test under docker"
21 set -ex
25 cd -
28 # DOCKERFILE_DIR - Directory in which Dockerfile file is located.
29 # OUTPUT_DIR - (optional) Directory under the git repo root that will be copied from inside docker
30 # DOCKER_RUN_SCRIPT - (optional) Script to run under docker (relative to grpc repo root). If specif…
31 # passed on the commadline (a.k.a. $@) will be interpreted as extra args to pass to the "docker
32 # If DOCKER_RUN_SCRIPT is not set, $@ will be interpreted as the command and args to run under …
[all …]
/external/grpc-grpc/tools/run_tests/dockerize/
Dbuild_and_run_docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
16 # This script is invoked by run_tests.py to accommodate "test under docker"
21 set -ex
25 cd -
28 # DOCKERFILE_DIR - Directory in which Dockerfile file is located.
29 # OUTPUT_DIR - (optional) Directory under the git repo root that will be copied from inside docker
30 # DOCKER_RUN_SCRIPT - (optional) Script to run under docker (relative to grpc repo root). If specif…
31 # passed on the commadline (a.k.a. $@) will be interpreted as extra args to pass to the "docker
32 # If DOCKER_RUN_SCRIPT is not set, $@ will be interpreted as the command and args to run under …
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/
DMakefile7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
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" \
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
Dci_build.sh8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Usage: ci_build.sh <CONTAINER_TYPE> [--dockerfile <DOCKERFILE_PATH>]
20 # CONTAINER_TYPE: Type of the docker container used the run the build:
23 # DOCKERFILE_PATH: (Optional) Path to the Dockerfile used for docker build.
24 # If this optional value is not supplied (via the
25 # --dockerfile flag), default Dockerfiles in the same
28 # COMMAND: Command to be executed in the docker container, e.g.,
29 # tensorflow/tools/ci_build/builds/pip.sh gpu -c opt --config=cuda
38 # Dockerfile to be used in docker build
[all …]
/external/skia/infra/lottiecap/docker/
DREADME.md1 Docker chapter
4 Docker files to handle Gold + lottie-web integration
7 lottie-web-puppeteer
8 --------------------
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.
21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION
[all …]
/external/bcc/scripts/docker/
Dpush.sh2 set -e
4 # Push docker tags to a configured docker repo, defaulting to quay.io
8 DEFAULT_RELEASE_TARGET="bionic-release" # will allow unprefixed tags
16 # refs/tags/v0.9.6-pre
18 type_name=$4 # build name, s/+/_/g eg, bionic-release
19 os_tag=${5:-18.04} # numeric docker tag eg, 18.04
21 # refname will be either a branch like "master" or "some-branch",
22 # or a tag, like "v1.17.0-pre".
23 # When a tag is pushed, a build is done for both the branch and the tag, as
25 # This is a feature specific to github actions based on the `github.ref` object
[all …]
/external/googleapis/google/devtools/containeranalysis/v1beta1/image/
Dimage.proto7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
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/
49 // https://docs.docker.com/engine/reference/builder/
[all …]

12345678910>>...41