This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch branch-feature-jenkins-test
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git
The following commit(s) were added to refs/heads/branch-feature-jenkins-test by
this push:
new 3af4d31 Try out jdk instead of jre
3af4d31 is described below
commit 3af4d31fb2f79bba79d0cc6c9ef823d3e28dfcd6
Author: Oliver Szabo <[email protected]>
AuthorDate: Sun Sep 30 19:10:41 2018 +0200
Try out jdk instead of jre
---
ambari-infra-assembly/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-infra-assembly/pom.xml b/ambari-infra-assembly/pom.xml
index 785b006..9cd0b7e 100644
--- a/ambari-infra-assembly/pom.xml
+++ b/ambari-infra-assembly/pom.xml
@@ -411,7 +411,7 @@
<image>
<name>apache/ambari-infra-solr:latest</name>
<build>
- <from>openjdk:10-jre</from>
+ <from>openjdk:10-jdk</from>
</build>
</image>
</images>