| /third_party/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_debian11_aarch64_cross_x64.current_version": "docker://us-docker.pkg.dev/grpc… [all …]
|
| /third_party/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 …]
|
| /third_party/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 …]
|
| /third_party/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 …]
|
| /third_party/skia/m133/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 …]
|
| /third_party/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 …]
|
| /third_party/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 …]
|
| /third_party/grpc/tools/interop_matrix/ |
| D | README.md | 5 The setup builds gRPC docker images for each language/runtime and upload it to Artifact Registry (A… 8 ## Step-by-step instructions for adding a AR docker image for a new release for compatibility test 14 - Build new client docker image(s). For example, for C and wrapper languages release `v1.9.9`, do 16 - Verify that the new docker image was built successfully and uploaded to AR. For example, 17 …- `gcloud artifacts docker images list us-docker.pkg.dev/grpc-testing/testing-images-public` lists… 18 …- `gcloud artifacts docker images list us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_i… 19 …- images can also be viewed in https://pantheon.corp.google.com/artifacts/docker/grpc-testing/us/t… 20 - Verify the just-created docker client image would pass backward compatibility test (it should). … 21 …- `docker pull us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_java:v1.9.9` foll… 22 …- `docker_image=us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_java:v1.9.9 tool… [all …]
|
| /third_party/skia/m133/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 …]
|
| D | Build-Debian11-GCC-x86_64-Release-NoGPU_Docker.json | 4 "name": "Docker setup" 9 "RECIPE_MODULE[skia::docker]/resources/get_uid_gid.py" 11 "name": "Docker setup.Get uid and gid", 29 "name": "Docker setup.mkdirs out_dir", 41 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian11-GCC-x86_64-Release-… 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", 72 "docker", 83 "/SRC/../RECIPE_MODULE[skia::build]/resources/docker-compile.sh", [all …]
|
| /third_party/skia/infra/wasm-common/docker/ |
| D | README.md | 1 Docker chapter 4 Docker files to ease working with PathKit and CanvasKit. 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 23 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b… 40 using the default Docker settings. To be safe, it is recommended to run the container 45 docker build -t karma-chrome-tests ./karma-chrome-tests/ 47 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash 49 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar… [all …]
|
| D | Makefile | 4 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version 8 docker build --no-cache -t emsdk-base ./emsdk-base/ 9 docker tag emsdk-base gcr.io/skia-public/emsdk-base:${EMSDK_VERSION} 10 docker push gcr.io/skia-public/emsdk-base:${EMSDK_VERSION} 11 docker tag emsdk-base gcr.io/skia-public/emsdk-base:prod 12 docker push gcr.io/skia-public/emsdk-base:prod 15 docker build --no-cache -t karma-chrome-tests ./karma-chrome-tests/ 16 docker tag karma-chrome-tests gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION} 17 docker push gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
|
| /third_party/skia/m133/infra/wasm-common/docker/ |
| D | README.md | 1 Docker chapter 4 Docker files to ease working with PathKit and CanvasKit. 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 23 …docker run -v $SKIA_ROOT:/SRC -v $SKIA_ROOT/out/dockerpathkit:/OUT emsdk-base /SRC/infra/pathkit/b… 40 using the default Docker settings. To be safe, it is recommended to run the container 45 docker build -t karma-chrome-tests ./karma-chrome-tests/ 47 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash 49 …docker run --shm-size=2gb -v $SKIA_ROOT:/SRC karma-chrome-tests karma start /SRC/infra/pathkit/kar… [all …]
|
| D | Makefile | 4 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version 8 docker build --no-cache -t emsdk-base ./emsdk-base/ 9 docker tag emsdk-base gcr.io/skia-public/emsdk-base:${EMSDK_VERSION} 10 docker push gcr.io/skia-public/emsdk-base:${EMSDK_VERSION} 11 docker tag emsdk-base gcr.io/skia-public/emsdk-base:prod 12 docker push gcr.io/skia-public/emsdk-base:prod 15 docker build --no-cache -t karma-chrome-tests ./karma-chrome-tests/ 16 docker tag karma-chrome-tests gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION} 17 docker push gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
|
| /third_party/skia/infra/lottiecap/docker/ |
| D | README.md | 1 Docker chapter 4 Docker files to handle Gold + lottie-web integration 19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/ 21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION 22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION 25 using the default Docker settings. To be safe, it is recommended to run the container 30 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/ 32 docker run -it --shm-size=2gb lottie-web-puppeteer /bin/bash 35 …docker run -it -v $SKIA_ROOT:/SRC -v ~/lottie-samples:/LOTTIE_FILES -v $LOTTIE_ROOT/build/player:/… 50 make gold-docker-image [all …]
|
| /third_party/skia/m133/infra/lottiecap/docker/ |
| D | README.md | 1 Docker chapter 4 Docker files to handle Gold + lottie-web integration 19 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/ 21 docker tag lottie-web-puppeteer gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION 22 docker push gcr.io/skia-public/lottie-web-puppeteer:$LOTTIE_VERSION 25 using the default Docker settings. To be safe, it is recommended to run the container 30 docker build -t lottie-web-puppeteer ./lottie-web-puppeteer/ 32 docker run -it --shm-size=2gb lottie-web-puppeteer /bin/bash 35 …docker run -it -v $SKIA_ROOT:/SRC -v ~/lottie-samples:/LOTTIE_FILES -v $LOTTIE_ROOT/build/player:/… 50 make gold-docker-image [all …]
|
| /third_party/rust/rust/src/ci/docker/ |
| D | run.sh | 45 hash_key=/tmp/.docker-hash-key.txt 51 copied_files=/tmp/.docker-copied-files.txt 65 docker --version >> $hash_key 69 url="https://$CACHE_DOMAIN/docker/$cksum" 76 echo "Loading images into docker" 77 # docker load sometimes hangs in the CI, so time out after 10 minutes with TERM, 79 loaded_images=$(/usr/bin/timeout -k 720 600 docker load -i /tmp/rustci_docker_cache \ 92 retry docker \ 100 s3url="s3://$SCCACHE_BUCKET/docker/$cksum" 102 digest=$(docker inspect rust-ci --format '{{.Id}}') [all …]
|
| /third_party/skia/m133/infra/bots/recipe_modules/docker/examples/full.expected/ |
| D | test.json | 4 "name": "Docker setup" 9 "RECIPE_MODULE[skia::docker]/resources/get_uid_gid.py" 11 "name": "Docker setup.Get uid and gid", 29 "name": "Docker setup.mkdirs out_dir", 41 "name": "Docker setup.chmod 777 /host-out", 53 "name": "Docker setup.chmod 755 /host-src", 65 "name": "Docker setup.chmod 0755 ./do-stuff.sh", 83 "name": "Docker setup.mkdirs /copy-dst", 100 "name": "Docker setup.cp /copy-src/myfile /copy-dst/myfile", 112 "name": "Docker setup.chmod 644 /copy-dst/myfile", [all …]
|
| /third_party/grpc/tools/interop_matrix/testcases/ |
| D | cxx__master | 5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… 14 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "cmake/build/intero… [all …]
|
| D | cxx__v1.31.1 | 5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… 14 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "bins/opt/interop_c… [all …]
|
| D | php__master | 5 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 6 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 7 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 8 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 9 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 10 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 11 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 12 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 13 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… 14 docker run -i --rm=true -w /var/local/git/grpc --net=host $docker_image bash -c "src/php/bin/intero… [all …]
|
| /third_party/grpc/third_party/toolchains/ |
| D | README.md | 24 # Windows RBE docker image 26 The `dockerfile/rbe_windows2019` directory contains the dockerfile to rebuild the docker image we u… 28 …that for linux, we use a docker image under `tools/dockerfile` (since for Linux RBE docker image i… 31 ## How to rebuild the Windows RBE docker image and use it for Windows RBE 34 - `docker build -t us-docker.pkg.dev/grpc-testing/testing-images-public/rbe_windows2019 third_party… 35 …to authenticate when pushing the image to GAR, run `gcloud auth configure-docker us-docker.pkg.dev` 36 - `docker push us-docker.pkg.dev/grpc-testing/testing-images-public/rbe_windows2019`
|
| /third_party/libabigail/ |
| D | README-DOCKER.md | 1 # Libabigail Docker 3 Libabigail comes with two Dockerfile in [docker](docker) to build each of: 15 Docker images and other OCI artifacts. 18 $ docker build -f docker/Dockerfile.fedora -t ghcr.io/woodard/libabigail-fedora . 21 $ docker build -f docker/Dockerfile.ubuntu -t ghcr.io/woodard/libabigail-ubuntu-22.04 . 31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash 65 $ docker build -f docker/Dockerfile.test -t test .
|