From d53c393b3c05d17e8da4ea9374f1534cd2aae18f Mon Sep 17 00:00:00 2001 From: Nathan Fudenberg Date: Thu, 16 May 2024 09:49:11 -0400 Subject: [PATCH] fix/ci: Build containers (#339) * fix/ci: Build containers * changelog: add --- .bazelrc | 2 +- .github/workflows/static-analysis.yaml | 2 +- changelog/v1.30.1-patch2/static-ci.yaml | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 changelog/v1.30.1-patch2/static-ci.yaml diff --git a/.bazelrc b/.bazelrc index e891044d..2b2faa59 100644 --- a/.bazelrc +++ b/.bazelrc @@ -314,7 +314,7 @@ build:remote-clang-cl --config=rbe-toolchain-clang-cl # Docker sandbox # NOTE: Update this from https://github.com/envoyproxy/envoy-build-tools/blob/main/toolchains/rbe_toolchains_config.bzl#L8 -build:docker-sandbox --experimental_docker_image=envoyproxy/envoy-build-ubuntu:41c5a05d708972d703661b702a63ef5060125c33 +build:docker-sandbox --experimental_docker_image=envoyproxy/envoy-build-ubuntu:f94a38f62220a2b017878b790b6ea98a0f6c5f9c build:docker-sandbox --spawn_strategy=docker build:docker-sandbox --strategy=Javac=docker build:docker-sandbox --strategy=Closure=docker diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 86700d67..57526cfd 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -10,7 +10,7 @@ jobs: static-analysis: name: static-analysis runs-on: ubuntu-20.04-8core - container: gcr.io/solo-public/envoy-build-ubuntu:0.4.25 + container: envoyproxy/envoy-build-ubuntu:f94a38f62220a2b017878b790b6ea98a0f6c5f9c steps: - uses: actions/checkout@v3 - name: Add safe directory diff --git a/changelog/v1.30.1-patch2/static-ci.yaml b/changelog/v1.30.1-patch2/static-ci.yaml new file mode 100644 index 00000000..37371842 --- /dev/null +++ b/changelog/v1.30.1-patch2/static-ci.yaml @@ -0,0 +1,5 @@ +changelog: +- type: NON_USER_FACING + description: >- + Fix the images for our github static analysis +