Skip to content

Commit

Permalink
chore: adds istio/proxyv2 to list of images on CI (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: Matteo Pace <[email protected]>
  • Loading branch information
jcchavezs and M4tteoP authored Sep 6, 2023
1 parent 196bb88 commit 3777e89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ env:
envoyproxy/envoy:v1.27-latest
envoyproxy/envoy:v1.26-latest
envoyproxy/envoy-dev:latest
istio/proxyv2:1.18.2
istio/proxyv2:1.19.0
jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ services:
depends_on:
- httpbin
image: ${ENVOY_IMAGE:-envoyproxy/envoy:v1.27-latest}
# Entryoint is explicited in order to make the ENVOY_IMAGE compatible also with istio/proxyv2 images
# The latter has as default entrypoint pilot-agent instead of envoy
# See https://github.com/tetratelabs/proxy-wasm-go-sdk/blob/main/.github/workflows/workflow.yaml#L104
entrypoint: /usr/local/bin/envoy
command:
- -c
- /conf/envoy-config.yaml
Expand Down

0 comments on commit 3777e89

Please sign in to comment.