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 and kkonstantine committed Jan 3, 2023
1 parent 0fcf171 commit d91e52a
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 @@ -780,6 +781,7 @@
<configuration>
<buildArgs>
<VERSION>${project.version}</VERSION>
<JDK_VERSION>${docker.jdk.version}</JDK_VERSION>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit d91e52a

Please sign in to comment.