Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Aug 4, 2021
1 parent ca08f73 commit fbbc438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugin/storage/es/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM python:3-alpine3.11

# Temporary fix for https://github.com/jaegertracing/jaeger/issues/1494
RUN pip install urllib3==1.24.3
RUN pip install elasticsearch-py==7.13.0
# Temporary fix 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/
Expand Down
3 changes: 2 additions & 1 deletion plugin/storage/es/Dockerfile.rollover
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ ARG TARGETARCH

# Temporary fix for https://github.com/jaegertracing/jaeger/issues/1494
RUN pip install urllib3==1.24.3
RUN pip install elasticsearch-py==7.13.0
# Temporary fix https://github.com/jaegertracing/jaeger/issues/3179
RUN pip install elasticsearch==7.13.0

RUN pip install elasticsearch elasticsearch-curator
COPY ./mappings/* /mappings/
Expand Down

0 comments on commit fbbc438

Please sign in to comment.