Set ES_SKIP_SET_KERNEL_PARAMETERS in elasticsearch image

On systemd-based distributions, the installation scripts will attempt to set
kernel parameters (e.g., vm.max_map_count); you can skip this by setting the
environment variable ES_SKIP_SET_KERNEL_PARAMETERS to true.

Change-Id: Ia0e103790bfbff078308acfe300fe66b7c50ebf5
This commit is contained in:
Christian Berendt 2017-09-29 11:32:23 +02:00
parent 2ef0bd51a9
commit 682bfd2b4a

View File

@ -25,6 +25,8 @@ ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/
{% endif %}
ENV ES_SKIP_SET_KERNEL_PARAMETERS true
{{ macros.install_packages(elasticsearch_packages | customizable("packages")) }}
COPY extend_start.sh /usr/local/bin/kolla_extend_start