From e62a5b3670dc53ef33602d9308162fdf2c1fe2ad Mon Sep 17 00:00:00 2001 From: David Neto Date: Sat, 22 Feb 2025 04:25:25 -0500 Subject: [PATCH] kokoro: use new cpp-builder image BUG=391948942 --- kokoro/ubuntu/presubmit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/ubuntu/presubmit.sh b/kokoro/ubuntu/presubmit.sh index 3b75439..b2c5a43 100755 --- a/kokoro/ubuntu/presubmit.sh +++ b/kokoro/ubuntu/presubmit.sh @@ -29,4 +29,4 @@ docker run --rm -i \ --env BUILD_TARGET_ARCH=$BUILD_TARGET_ARCH \ --env BUILD_SANITIZER=$BUILD_SANITIZER \ --entrypoint "${SCRIPT_DIR}/presubmit-docker.sh" \ - "gcr.io/shaderc-build/radial-build:latest" + us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder