We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 542a22f + 22b2dde commit 2b220c2Copy full SHA for 2b220c2
docker/elasticsearch/elasticsearch-curator/Dockerfile.j2
@@ -30,9 +30,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
30
'elasticsearch-curator'
31
] %}
32
33
-{# FIXME: Revert the boto installations once we figure this issue out #}
34
-RUN {{ macros.install_pip(['"boto3<1.16"', '"botocore<1.19"'], constraints=false) }} \
35
- && {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable("pip_packages"), constraints=false) }} \
+RUN {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable("pip_packages"), constraints=false) }} \
36
&& mkdir -p /etc/elasticsearch-curator \
37
&& chown -R elasticsearch: /etc/elasticsearch-curator
38
0 commit comments