You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user