diff --git a/WORKSPACE b/WORKSPACE index 56f5b25..dd98a2b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -4,31 +4,31 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_google_absl", - sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc", - strip_prefix = "abseil-cpp-20240116.2", - url = "https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz", + sha256 = "f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3", + strip_prefix = "abseil-cpp-20240722.0", + url = "https://github.com/abseil/abseil-cpp/archive/20240722.0.tar.gz", ) http_archive( name = "com_github_grpc_grpc", - sha256 = "0ff2e0a6abf195cf23b4ce808570bcbb2ff4b5bee453af0b45afd496e661f2c0", - strip_prefix = "grpc-1.65.2", - url = "https://github.com/grpc/grpc/archive/v1.65.2.tar.gz", + sha256 = "79ed4ab72fa9589b20f8b0b76c16e353e4cfec1d773d33afad605d97b5682c61", + strip_prefix = "grpc-1.66.1", + url = "https://github.com/grpc/grpc/archive/v1.66.1.tar.gz", ) http_archive( name = "com_google_googleapis", - sha256 = "33c62c03f9479728bdaa1a6553d8b35fa273d010706c75ea85cd8dfe1687586c", - strip_prefix = "googleapis-622e10a1e8b2b6908e0ac7448d347a0c1b4130de", - url = "https://github.com/googleapis/googleapis/archive/622e10a1e8b2b6908e0ac7448d347a0c1b4130de.tar.gz", + sha256 = "435ae615a71ab2718d5e4b348b2442d896a03f9c1ea98182dc2ea927f383acd2", + strip_prefix = "googleapis-6a474b31c53cc1797710206824a17b364a835d2d", + url = "https://github.com/googleapis/googleapis/archive/6a474b31c53cc1797710206824a17b364a835d2d.tar.gz", build_file = "@google_cloud_cpp//bazel:googleapis.BUILD", ) http_archive( name = "google_cloud_cpp", - sha256 = "91cd0552c68d85c0c07f9500771367034ea78f6814603275dcf8664472f8f37f", - strip_prefix = "google-cloud-cpp-2.26.0", - url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.26.0.tar.gz", + sha256 = "758e1eca8186b962516c0659b34ce1768ba1c9769cfd998c5bbffb084ad901ff", + strip_prefix = "google-cloud-cpp-2.29.0", + url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.29.0.tar.gz", ) http_archive( diff --git a/e2e-examples/gcs/benchmark_docker/BUILDING.md b/e2e-examples/gcs/benchmark_docker/BUILDING.md index c26af2e..91b2628 100644 --- a/e2e-examples/gcs/benchmark_docker/BUILDING.md +++ b/e2e-examples/gcs/benchmark_docker/BUILDING.md @@ -9,9 +9,11 @@ Execute this command from the root directory of this repository. ``` export IMAGE_NAME=us-docker.pkg.dev/grpc-testing/testing-images-public/grpc-gcp-cpp-gcs-benchmark -export IMAGE_VERSION=20231103.0 +export IMAGE_VERSION=20241002.0 docker build -t $IMAGE_NAME:$IMAGE_VERSION -f e2e-examples/gcs/benchmark_docker/Dockerfile . docker push $IMAGE_NAME:$IMAGE_VERSION +docker build -t $IMAGE_NAME:infrastructure-public-image-$IMAGE_VERSION -f e2e-examples/gcs/benchmark_docker/Dockerfile . +docker push $IMAGE_NAME:infrastructure-public-image-$IMAGE_VERSION ``` #### Add latest label to the image (optional)