Skip to content

Commit

Permalink
Adding JDK version to DockerFile and removing unwanted executions fro…
Browse files Browse the repository at this point in the history
…m main pom.xml file. (#75)
  • Loading branch information
harinirajendran authored Feb 25, 2022
1 parent 77653dd commit 2b8e625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions distribution/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# under the License.
#

ARG JDK_VERSION=8
FROM alpine as extractor

ARG VERSION=
Expand Down
24 changes: 0 additions & 24 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,30 +477,6 @@
<dockerfile>docker/Dockerfile</dockerfile>
</configuration>
</execution>
<execution>
<id>tag-latest-jdk11</id>
<goals>
<goal>build</goal>
<goal>tag</goal>
</goals>
<configuration>
<repository>docker.io/apache/druid</repository>
<tag>latest-jdk11</tag>
<dockerfile>docker/Dockerfile.java11</dockerfile>
</configuration>
</execution>
<execution>
<id>tag-version-jdk11</id>
<goals>
<goal>build</goal>
<goal>tag</goal>
</goals>
<configuration>
<repository>docker.io/apache/druid</repository>
<tag>${project.version}-jdk11</tag>
<dockerfile>docker/Dockerfile.java11</dockerfile>
</configuration>
</execution>
</executions>
<configuration>
<buildArgs>
Expand Down

0 comments on commit 2b8e625

Please sign in to comment.