Lines Matching full:docker

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,
34 under the repository `us-docker.pkg.dev/grpc-testing/testing-images-public`.
39 If you haven't configured authentication in Docker for us-docker.pkg.dev previously, run:
41 gcloud auth configure-docker us-docker.pkg.dev
45 Rebuild the docker images that have been modified locally and upload the docker images to
46 artifact registry (note that this won't overwrite the "old" versions of the docker image
52 # Enable different multi-architecture containers by QEMU with Docker
53 docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
58 Build modified docker images locally and don't push to artifact registry. This option is
68 In the past, our testing docker images were [hosted on dockerhub](https://hub.docker.com/u/grpctest…