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. (apache#75)
  • Loading branch information
harinirajendran authored and kkonstantine committed Oct 19, 2022
1 parent 30ac852 commit b8720b9
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 @@ -776,30 +776,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 b8720b9

Please sign in to comment.