diff --git a/plugin/storage/es/Dockerfile b/plugin/storage/es/Dockerfile index 5fd9fc8b65e..4fab7e98012 100644 --- a/plugin/storage/es/Dockerfile +++ b/plugin/storage/es/Dockerfile @@ -2,6 +2,8 @@ FROM python:3-alpine3.11 # Temporary fix for https://github.com/jaegertracing/jaeger/issues/1494 RUN pip install urllib3==1.24.3 +# Temporary fix for https://github.com/jaegertracing/jaeger/issues/3179 +RUN pip install elasticsearch==7.13.0 RUN pip install elasticsearch elasticsearch-curator COPY esCleaner.py /es-index-cleaner/ diff --git a/plugin/storage/es/Dockerfile.rollover b/plugin/storage/es/Dockerfile.rollover index 223e39814d5..ad002a21e4c 100644 --- a/plugin/storage/es/Dockerfile.rollover +++ b/plugin/storage/es/Dockerfile.rollover @@ -3,6 +3,8 @@ ARG TARGETARCH # Temporary fix for https://github.com/jaegertracing/jaeger/issues/1494 RUN pip install urllib3==1.24.3 +# Temporary fix for https://github.com/jaegertracing/jaeger/issues/3179 +RUN pip install elasticsearch==7.13.0 RUN pip install elasticsearch elasticsearch-curator COPY ./mappings/* /mappings/