File tree 2 files changed +7
-5
lines changed
packages/grpc-js-xds/scripts
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ set -eo pipefail
19
19
readonly GITHUB_REPOSITORY_NAME=" grpc-node"
20
20
readonly 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"
21
21
# # 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"
24
25
readonly FORCE_IMAGE_BUILD=" ${FORCE_IMAGE_BUILD:- 0} "
25
26
readonly BUILD_APP_PATH=" packages/grpc-js-xds/interop/Dockerfile"
26
27
readonly LANGUAGE_NAME=" Node"
@@ -46,7 +47,7 @@ build_test_app_docker_images() {
46
47
-t " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} " \
47
48
.
48
49
49
- gcloud -q auth configure-docker
50
+ gcloud -q auth configure-docker " ${DOCKER_REGISTRY} "
50
51
docker push " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} "
51
52
if is_version_branch " ${TESTING_VERSION} " ; then
52
53
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
19
19
readonly GITHUB_REPOSITORY_NAME=" grpc-node"
20
20
readonly 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"
21
21
# # 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"
23
24
readonly FORCE_IMAGE_BUILD=" ${FORCE_IMAGE_BUILD:- 0} "
24
25
readonly BUILD_APP_PATH=" packages/grpc-js-xds/interop/Dockerfile"
25
26
readonly LANGUAGE_NAME=" Node"
@@ -45,7 +46,7 @@ build_test_app_docker_images() {
45
46
-t " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} " \
46
47
.
47
48
48
- gcloud -q auth configure-docker
49
+ gcloud -q auth configure-docker " ${DOCKER_REGISTRY} "
49
50
docker push " ${CLIENT_IMAGE_NAME} :${GIT_COMMIT} "
50
51
if is_version_branch " ${TESTING_VERSION} " ; then
51
52
tag_and_push_docker_image " ${CLIENT_IMAGE_NAME} " " ${GIT_COMMIT} " " ${TESTING_VERSION} "
You can’t perform that action at this time.
0 commit comments