remove jaeger and podman changes

This commit is contained in:
Adil Hafeez 2025-02-13 11:02:09 -08:00
parent fd39182841
commit 4a957f2b86
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM jaegertracing/jaeger:2.3.0
FROM jaegertracing/all-in-one:1.62.0
HEALTHCHECK \
--interval=1s \
--timeout=1s \