Lines Matching full:gcr
5 …ages for each language/runtime and upload it to Google Container Registry (GCR). These images, enc…
8 ## Step-by-step instructions for adding a GCR image for a new release for compatibility test
13 - Verify that the new docker image was built successfully and uploaded to GCR. For example,
14 - `gcloud beta container images list --repository gcr.io/grpc-testing` shows image repos.
15 …- `gcloud beta container images list-tags gcr.io/grpc-testing/grpc_interop_java_oracle8` should sh…
17 - `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java_oracle8:v1.9.9` followed by
18 …- `docker_image=gcr.io/grpc-testing/grpc_interop_java_oracle8:v1.9.9 tools/interop_matrix/testcase…
27 - Run `tools/interop_matrix/create_matrix_images.py` which will build and upload images to GCR. Un…
29 *: Please delete your docker images at https://pantheon.corp.google.com/gcr/images/grpc-testing?pro…
37 ## Instructions for running test cases against GCR images
39 …- `--release` specifies a git release tag. Defaults to `--release=all`. Make sure the GCR images…
44 ## Instructions for running test cases against a GCR image manually
45 - Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_int…
48 …gcr.io/grpc-testing/grpc_interop_go1.7:master ./testcases/go__master` will run go__master test cas…
52 - Creating and referencing images in GCR require read and write permission to Google Container Regi…