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 container images list --repository gcr.io/grpc-testing` lists available images.
15 …- `gcloud container images list-tags gcr.io/grpc-testing/grpc_interop_java` should show an image e…
16 …- images can also be viewed in https://pantheon.corp.google.com/gcr/images/grpc-testing?project=gr…
18 - `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java:v1.9.9` followed by
19 …- `docker_image=gcr.io/grpc-testing/grpc_interop_java:v1.9.9 tools/interop_matrix/testcases/java__…
28 - Run `tools/interop_matrix/create_matrix_images.py` which will build (and upload) images to GCR.
36 ## Instructions for running test cases against GCR images
38 …- `--release` specifies a git release tag. Defaults to `--release=all`. Make sure the GCR images…
43 ## Instructions for running test cases against a GCR image manually
44 - Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_int…
47 …gcr.io/grpc-testing/grpc_interop_go1.8:v1.16.0 ./testcases/go__master` will run go__master test ca…
51 - Creating and referencing images in GCR require read and write permission to Google Container Regi…