Skip to content

Commit

Permalink
Passing JDK_VERSION as build args to docker build. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
harinirajendran authored Feb 26, 2022
1 parent 2b8e625 commit d0dd0f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<properties>
<!-- the default value is a repeated flag from the command line, since blank value is not allowed -->
<druid.distribution.pulldeps.opts>--clean</druid.distribution.pulldeps.opts>
<docker.jdk.version>11</docker.jdk.version>
</properties>

<build>
Expand Down Expand Up @@ -481,6 +482,7 @@
<configuration>
<buildArgs>
<VERSION>${project.version}</VERSION>
<JDK_VERSION>${docker.jdk.version}</JDK_VERSION>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit d0dd0f0

Please sign in to comment.