Skip to content

Commit 9edad57

Browse files
committed
Set DOCKER_REGISTRY in the rest of the buildscripts
1 parent 7c1ac60 commit 9edad57

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/kokoro/psm-security.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set -eo pipefail
1919
readonly GITHUB_REPOSITORY_NAME="grpc-go"
2020
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"
2121
## xDS test server/client Docker images
22+
readonly DOCKER_REGISTRY="us-docker.pkg.dev"
2223
readonly SERVER_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-server"
2324
readonly CLIENT_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-client"
2425
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"

test/kokoro/xds_url_map.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ set -eo pipefail
1919
readonly GITHUB_REPOSITORY_NAME="grpc-go"
2020
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"
2121
## xDS test client Docker images
22+
readonly DOCKER_REGISTRY="us-docker.pkg.dev"
2223
readonly CLIENT_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-client"
2324
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"
2425

0 commit comments

Comments
 (0)