Skip to content

Commit 7fc2bf8

Browse files
authored
Merge pull request #325 from jwendell/fix-image-sha-1.32
[1.32] Fix the CI image tag SHA
2 parents 45889dd + a267c44 commit 7fc2bf8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ common:bes-envoy-engflow --bes_timeout=3600s
538538
common:bes-envoy-engflow --bes_upload_mode=fully_async
539539
common:bes-envoy-engflow --nolegacy_important_outputs
540540
common:rbe-envoy-engflow --remote_executor=grpcs://mordenite.cluster.engflow.com
541-
common:rbe-envoy-engflow --remote_default_exec_properties=container-image=docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3eb12d3f8639ec7c6202c57c62db5fdf9e8abae1c74d9ec165b259407ab3c022
541+
common:rbe-envoy-engflow --remote_default_exec_properties=container-image=docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3ab6f2ba384ca16153376e3c1c37334516a0db4dcdafa3b5860ce75e69c943e4
542542
common:rbe-envoy-engflow --jobs=200
543543
common:rbe-envoy-engflow --define=engflow_rbe=true
544544

.github/workflows/envoy-openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
ENVOY_STDLIB: libstdc++
3535
IMAGE_NAME: quay.io/jwendell/envoy-build-ubuntu
36-
IMAGE_ID: openssl-cb86d91cf406995012e330ab58830e6ee10240cb
36+
IMAGE_ID: openssl-f94a38f62220a2b017878b790b6ea98a0f6c5f9c

bazel/rbe/toolchains/configs/linux/clang/config/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platform(
4242
"@bazel_tools//tools/cpp:clang",
4343
],
4444
exec_properties = {
45-
"container-image": "docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3eb12d3f8639ec7c6202c57c62db5fdf9e8abae1c74d9ec165b259407ab3c022",
45+
"container-image": "docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3ab6f2ba384ca16153376e3c1c37334516a0db4dcdafa3b5860ce75e69c943e4",
4646
"OSFamily": "Linux",
4747
},
4848
parents = ["@local_config_platform//:host"],

bazel/rbe/toolchains/configs/linux/clang_libcxx/config/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platform(
4242
"@bazel_tools//tools/cpp:clang",
4343
],
4444
exec_properties = {
45-
"container-image": "docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3eb12d3f8639ec7c6202c57c62db5fdf9e8abae1c74d9ec165b259407ab3c022",
45+
"container-image": "docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3ab6f2ba384ca16153376e3c1c37334516a0db4dcdafa3b5860ce75e69c943e4",
4646
"OSFamily": "Linux",
4747
},
4848
parents = ["@local_config_platform//:host"],

bazel/rbe/toolchains/configs/linux/gcc/config/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ platform(
4242
"@bazel_tools//tools/cpp:clang",
4343
],
4444
exec_properties = {
45-
"container-image": "docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3eb12d3f8639ec7c6202c57c62db5fdf9e8abae1c74d9ec165b259407ab3c022",
45+
"container-image": "docker://quay.io/jwendell/envoy-build-ubuntu@sha256:3ab6f2ba384ca16153376e3c1c37334516a0db4dcdafa3b5860ce75e69c943e4",
4646
"OSFamily": "Linux",
4747
},
4848
parents = ["@local_config_platform//:host"],

0 commit comments

Comments
 (0)