Skip to content

Commit

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

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

RUN pip install elasticsearch elasticsearch-curator
Expand Down
2 changes: 1 addition & 1 deletion plugin/storage/es/Dockerfile.rollover
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG TARGETARCH

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

RUN pip install elasticsearch elasticsearch-curator
Expand Down

0 comments on commit 93cb1bd

Please sign in to comment.