Skip to content

Commit

Permalink
remove jaeger and podman changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhafeez committed Feb 13, 2025
1 parent fd39182 commit 4a957f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd prompt_gateway && cargo build --release --target wasm32-wasip1
RUN cd llm_gateway && cargo build --release --target wasm32-wasip1

# copy built filter into envoy image
FROM docker.io/envoyproxy/envoy:v1.32-latest as envoy
FROM envoyproxy/envoy:v1.32-latest as envoy

#Build config generator, so that we have a single build image for both Rust and Python
FROM python:3.12-slim as arch
Expand Down
2 changes: 1 addition & 1 deletion demos/shared/jaeger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jaegertracing/jaeger:2.3.0
FROM jaegertracing/all-in-one:1.62.0
HEALTHCHECK \
--interval=1s \
--timeout=1s \
Expand Down

0 comments on commit 4a957f2

Please sign in to comment.