Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
do not start a gradle daemon during docker builds (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiokung authored Jul 25, 2018
1 parent 7aeabd4 commit db10cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions titus-ext/runner/Dockerfile.gateway
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:8 as builder
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false"
## install gradle
COPY gradlew gradle.properties /usr/src/titus-control-plane/
COPY gradle /usr/src/titus-control-plane/gradle/
Expand Down
1 change: 1 addition & 0 deletions titus-ext/runner/Dockerfile.master
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM openjdk:8 as builder
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false"
## install gradle
COPY gradlew gradle.properties /usr/src/titus-control-plane/
COPY gradle /usr/src/titus-control-plane/gradle/
Expand Down

0 comments on commit db10cad

Please sign in to comment.