mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update
This commit is contained in:
parent
0193fdb003
commit
c6b6795224
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user