File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
packages/grpc-js-xds/scripts Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ set -eo pipefail
1919readonly GITHUB_REPOSITORY_NAME=" grpc-node"
2020readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /psm-interop/${TEST_DRIVER_BRANCH:- main} /.kokoro/psm_interop_kokoro_lib.sh"
2121# # xDS test client Docker images
22- readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server:558b5b0bfac8e21755c223063274a779b3898afe"
23- readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/node-client"
22+ readonly DOCKER_REGISTRY=" us-docker.pkg.dev"
23+ readonly SERVER_IMAGE_NAME=" us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical"
24+ readonly CLIENT_IMAGE_NAME=" us-docker.pkg.dev/grpc-testing/psm-interop/node-client"
2425readonly FORCE_IMAGE_BUILD=" ${FORCE_IMAGE_BUILD:- 0} "
2526readonly BUILD_APP_PATH=" packages/grpc-js-xds/interop/Dockerfile"
2627readonly LANGUAGE_NAME=" Node"
@@ -46,7 +47,7 @@ build_test_app_docker_images() {
4647 -t " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} " \
4748 .
4849
49- gcloud -q auth configure-docker
50+ gcloud -q auth configure-docker " ${DOCKER_REGISTRY} "
5051 docker push " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} "
5152 if is_version_branch " ${TESTING_VERSION} " ; then
5253 tag_and_push_docker_image " ${CLIENT_IMAGE_NAME} " " ${GIT_COMMIT} " " ${TESTING_VERSION} "
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ set -eo pipefail
1919readonly GITHUB_REPOSITORY_NAME=" grpc-node"
2020readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /psm-interop/${TEST_DRIVER_BRANCH:- main} /.kokoro/psm_interop_kokoro_lib.sh"
2121# # xDS test client Docker images
22- readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/node-client"
22+ readonly DOCKER_REGISTRY=" us-docker.pkg.dev"
23+ readonly CLIENT_IMAGE_NAME=" us-docker.pkg.dev/grpc-testing/psm-interop/node-client"
2324readonly FORCE_IMAGE_BUILD=" ${FORCE_IMAGE_BUILD:- 0} "
2425readonly BUILD_APP_PATH=" packages/grpc-js-xds/interop/Dockerfile"
2526readonly LANGUAGE_NAME=" Node"
@@ -45,7 +46,7 @@ build_test_app_docker_images() {
4546 -t " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} " \
4647 .
4748
48- gcloud -q auth configure-docker
49+ gcloud -q auth configure-docker " ${DOCKER_REGISTRY} "
4950 docker push " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} "
5051 if is_version_branch " ${TESTING_VERSION} " ; then
5152 tag_and_push_docker_image " ${CLIENT_IMAGE_NAME} " " ${GIT_COMMIT} " " ${TESTING_VERSION} "
You can’t perform that action at this time.
0 commit comments