Skip to content

Commit

Permalink
update references for istio-1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Smeb committed Dec 19, 2024
1 parent 25a1df9 commit 66e6afa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
file: hack/istio-router-check/Dockerfile
context: .
push: true
tags: getyourguide/istio-router-check:release-1.22
tags: getyourguide/istio-router-check:release-1.24
2 changes: 1 addition & 1 deletion hack/istio-router-check/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .

RUN go build -o bin/istio-router-check hack/istio-router-check/main.go

FROM getyourguide/router-check-tool:release-1.22
FROM getyourguide/router-check-tool:release-1.24

COPY --from=builder /work/bin/istio-router-check /usr/local/bin/

Expand Down
8 changes: 4 additions & 4 deletions hack/istio-router-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Generate routes and consolidate tests:
```shell
$ docker run \
-v $(pwd)/examples:/examples \
--rm docker.io/getyourguide/istio-router-check:release-1.22 --config-dir /examples/virtualservices --test-dir examples/envoy-tests/ -o examples/build/
--rm docker.io/getyourguide/istio-router-check:release-1.24 --config-dir /examples/virtualservices --test-dir examples/envoy-tests/ -o examples/build/

time=2024-07-09T13:41:43.137Z level=INFO msg="reading tests" dir=examples/envoy-tests/
time=2024-07-09T13:41:43.145Z level=INFO msg="writing tests" file=examples/build/tests.json
Expand All @@ -27,7 +27,7 @@ Run envoy route table check tool using the generated files.
docker run \
-v $(pwd)/examples:/examples \
--entrypoint=/usr/local/bin/router_check_tool \
--rm docker.io/getyourguide/istio-router-check:release-1.22 \
--rm docker.io/getyourguide/istio-router-check:release-1.24 \
-c /examples/build/route_sidecar_80.json -t /examples/build/tests.json --only-show-failures --disable-deprecation-check

Current route coverage: 50%
Expand All @@ -37,7 +37,7 @@ Current route coverage: 50%

```shell
docker run \
--rm docker.io/getyourguide/istio-router-check:release-1.22 -h
--rm docker.io/getyourguide/istio-router-check:release-1.24 -h

Usage:
istio-router-check [flags]
Expand All @@ -56,7 +56,7 @@ Envoy Router Check
```shell
docker run \
--entrypoint=/usr/local/bin/router_check_tool
--rm docker.io/getyourguide/istio-router-check:release-1.22 -h
--rm docker.io/getyourguide/istio-router-check:release-1.24 -h


USAGE:
Expand Down

0 comments on commit 66e6afa

Please sign in to comment.