Lines Matching +full:build +full:- +full:in +full:- +full:qemu
8 exception of `third_party/rake-compiler-dock` docker images).
15 For each dockerfile (which is identified by the directory in which is it located),
26 us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_debian11_x64:[CURRENT_CHECKSUM]@sha256:[CU…
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:
42 gcloud auth configure-docker us-docker.pkg.dev
48 that are already in artifact registry)
51 # Install qemu, binformat, and configure binfmt interpreters
52 sudo apt-get install binfmt-support qemu-user-static
54 # Enable different multi-architecture containers by QEMU with Docker
55 docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
60 Build modified docker images locally and don't push to artifact registry. This option is
71 In the past, our testing docker images were [hosted on dockerhub](https://hub.docker.com/u/grpctest…
72 but we are in the process of migrating them artifact registry now.