Skip to content

Commit

Permalink
fix/ci: Build containers (#339)
Browse files Browse the repository at this point in the history
* fix/ci: Build containers

* changelog: add
  • Loading branch information
nfuden authored May 16, 2024
1 parent 83d90c9 commit d53c393
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions changelog/v1.30.1-patch2/static-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: NON_USER_FACING
description: >-
Fix the images for our github static analysis

0 comments on commit d53c393

Please sign in to comment.