Updated clang 15 images (#32317)
This is to get the latest version of clang 15 (15.0.7) for our docker images based on that. By doing so, I had to address this new git security enforcement so I added a new file to tame it. In a nutshell, this PR is about polishing docker images based on clang 15.pull/32371/head
parent
054f3c62e5
commit
faa80eaa10
10 changed files with 30 additions and 18 deletions
@ -0,0 +1,5 @@ |
||||
#================= |
||||
# Setup git to access working directory across docker boundary |
||||
|
||||
RUN git config --global --add safe.directory /var/local/jenkins/grpc |
||||
RUN git config --global protocol.file.allow always |
@ -1 +1 @@ |
||||
us-docker.pkg.dev/grpc-testing/testing-images-public/bazel:2345e87c22697f699d33a64d305a0177ce77e5f5@sha256:b42f10625321296c7f646e1e82023d0b46e4f9b6d2205cff2b49352c5dc1ce9f |
||||
us-docker.pkg.dev/grpc-testing/testing-images-public/bazel:b3e48464a04576cc42dd4f946feaf4fec1eca447@sha256:1faf10ff176c391507a5a4ed7b0c513d95bcd9f5a71877796d00a48039a67f55 |
@ -1 +1 @@ |
||||
us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_clang_15_x64:890005619b89999b0bb3256a3f13d8bda9a1560a@sha256:cb24820cb9c660220495317c519d93c34374f7d6dd152e89723734b298dbd0ea |
||||
us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_clang_15_x64:99325d14f5121515b2454bfab9b59c155e182c18@sha256:906c0ca1edcab595fce313636528e6244d8fc914a6e72a22764e96208f465936 |
@ -1 +1 @@ |
||||
us-docker.pkg.dev/grpc-testing/testing-images-public/sanity:48ab42c150a5f94cfbdfa339c14c2f0c8f174e12@sha256:08856cbe711e1817b3ca0caead550020a97ef68b0b9ff48637d44ef24a205964 |
||||
us-docker.pkg.dev/grpc-testing/testing-images-public/sanity:66c9d7a730029cfb6fb74cc8fa722927fd70bc79@sha256:d3bfac6827ec0e9e0103e8dabc8ba535e09af5e1a1305943f1464975de38d848 |
Loading…
Reference in new issue