mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Switch backend to openjdk:8-jre
This commit is contained in:
parent
421b823a01
commit
869ab61274
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ${docker.baseImage}
|
||||
FROM openjdk:8-jre
|
||||
|
||||
ENV LANG=en_US.UTF-8 \
|
||||
LANGUAGE=en_US.UTF-8 \
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
- name: JENKINS_SLAVEPORT
|
||||
value: '50000'
|
||||
- name: JAVA_VM_PARAMETERS
|
||||
value: '-Xmx3072m -Xms256m'
|
||||
value: '-Xmx3072m -Xms1024m'
|
||||
- name: JAVA_OPTS
|
||||
value: '-Djava.util.logging.config.file=/var/jenkins_home/log.properties'
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue