Skip to content

Commit

Permalink
Update Dockerfile for C++ prebuilt images. (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosjca authored Sep 3, 2024
1 parent 434ad1b commit e1ee5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/pre_built_workers/cxx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# See https://github.com/grpc/grpc/blob/master/tools/dockerfile/README.md
FROM us-docker.pkg.dev/grpc-testing/testing-images-public/bazel:cacad91746cd598d8756de89b912be291de1f019@sha256:32bde2dcb2087f2a32afab59e4dfedf7e8c76a52c69881f63a239d311f0e5ecf
FROM us-docker.pkg.dev/grpc-testing/testing-images-public/bazel:de71ae928884a4697890b8ff8eda4f7fe59abec2@sha256:be25af8c0e5faf39a585e7ddd657c4fd66513e4eba0ee0c687109b19ed462518

RUN mkdir -p /source/code
WORKDIR /source/code
Expand Down Expand Up @@ -43,7 +43,7 @@ RUN mkdir /executables
RUN bazel --output_user_root=/executables build //test/cpp/qps:qps_worker --config opt

# Copy executables to a new image
FROM marketplace.gcr.io/google/debian11
FROM us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_debian11_x64:a9c5d062364adc836b4068cad93a3e448b25c37c@sha256:9f9285da21c1053ac715027e0cee66c20c70ebf016053328a4cee61ffd37e59b

COPY --from=0 /source/code/bazel-bin/test/cpp/ /source/code/bazel-bin/test/cpp/
COPY --from=0 /source/code/GRPC_GIT_COMMIT.txt /source/code/GRPC_GIT_COMMIT.txt
Expand Down

0 comments on commit e1ee5f2

Please sign in to comment.