Skip to content

Commit 2b220c2

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "elasticsearch-curator: drop botocore workaround" into stable/victoria
2 parents 542a22f + 22b2dde commit 2b220c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/elasticsearch/elasticsearch-curator/Dockerfile.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3030
'elasticsearch-curator'
3131
] %}
3232

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) }} \
33+
RUN {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable("pip_packages"), constraints=false) }} \
3634
&& mkdir -p /etc/elasticsearch-curator \
3735
&& chown -R elasticsearch: /etc/elasticsearch-curator
3836

0 commit comments

Comments
 (0)