Skip to content

Commit

Permalink
Pin elasticsearch-py to older version without elastic.co product check
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 64aeccb commit ca08f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugin/storage/es/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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

RUN pip install elasticsearch elasticsearch-curator
COPY esCleaner.py /es-index-cleaner/
Expand Down
1 change: 1 addition & 0 deletions plugin/storage/es/Dockerfile.rollover
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ 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

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

0 comments on commit ca08f73

Please sign in to comment.