From 61244bbcc40f0383e14468665040c03ae9b1ca62 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Wed, 4 Aug 2021 13:59:45 +0200
Subject: [PATCH] Fix
Signed-off-by: Pavol Loffay
---
plugin/storage/es/Dockerfile | 3 ++-
plugin/storage/es/Dockerfile.rollover | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/plugin/storage/es/Dockerfile b/plugin/storage/es/Dockerfile
index efa559ee600d..847f4a2748ab 100644
--- a/plugin/storage/es/Dockerfile
+++ b/plugin/storage/es/Dockerfile
@@ -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/
diff --git a/plugin/storage/es/Dockerfile.rollover b/plugin/storage/es/Dockerfile.rollover
index a6f249a1bf31..e7dd08926586 100644
--- a/plugin/storage/es/Dockerfile.rollover
+++ b/plugin/storage/es/Dockerfile.rollover
@@ -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/