Silence dubious ownership issue in bazel image (#30963)

* Silence dubious ownership issue in bazel image

* Agh. It's a template
pull/30959/head^2
Richard Belleville 2 years ago committed by GitHub
parent ccc787a020
commit b15097142a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/tools/dockerfile/test/bazel/Dockerfile.template
  2. 2
      tools/dockerfile/test/bazel/Dockerfile

@ -18,6 +18,8 @@
<%include file="../../bazel.include"/>
RUN mkdir -p /var/local/jenkins
RUN git config --global --add safe.directory /var/local/jenkins/grpc
# Define the default command.
CMD ["bash"]

@ -60,5 +60,7 @@ RUN BAZEL_ARCH_SUFFIX="$(uname -m | sed s/aarch64/arm64/)" \
RUN mkdir -p /var/local/jenkins
RUN git config --global --add safe.directory /var/local/jenkins/grpc
# Define the default command.
CMD ["bash"]

Loading…
Cancel
Save