This commit is contained in:
kev 2020-08-19 15:27:40 +08:00
parent 0193fdb003
commit c6b6795224
3 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@ services:
- cluster.name=docker-cluster
- cluster.initial_master_nodes=es1
- bootstrap.memory_lock=true
- script.painless.regex.enabled=true
- ES_JAVA_OPTS=-Xms8g -Xmx8g
ulimits:
memlock:

View File

@ -5,7 +5,7 @@
FROM openjdk:11-jdk-alpine
MAINTAINER EasyPi Software Foundation
ENV PRESTO_VERSION=0.237.2
ENV PRESTO_VERSION=0.239.1
ENV PRESTO_SERVER_URL=https://repo1.maven.org/maven2/com/facebook/presto/presto-server/${PRESTO_VERSION}/presto-server-${PRESTO_VERSION}.tar.gz
ENV PRESTO_CLI_URL=https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
ENV PRESTO_HOME=/opt/presto

View File

@ -5,7 +5,7 @@
FROM openjdk:11-jdk-slim-buster
MAINTAINER EasyPi Software Foundation
ENV PRESTO_VERSION=0.237.2
ENV PRESTO_VERSION=0.239.1
ENV PRESTO_SERVER_URL=https://repo1.maven.org/maven2/com/facebook/presto/presto-server/${PRESTO_VERSION}/presto-server-${PRESTO_VERSION}.tar.gz
ENV PRESTO_CLI_URL=https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/${PRESTO_VERSION}/presto-cli-${PRESTO_VERSION}-executable.jar
ENV PRESTO_HOME=/opt/presto