1
0

Move to apachehudi dockerhub repository & use openjdk docker containers

This commit is contained in:
Balaji Varadarajan
2019-04-17 09:53:22 -07:00
committed by vinoth chandar
parent 36ef94004e
commit 243c58f77c
19 changed files with 37 additions and 39 deletions

View File

@@ -61,7 +61,7 @@
<configuration>
<skip>${docker.build.skip}</skip>
<pullNewerImage>false</pullNewerImage>
<repository>varadarb/hudi-hadoop_${docker.hadoop.version}-datanode</repository>
<repository>apachehudi/hudi-hadoop_${docker.hadoop.version}-datanode</repository>
<forceTags>true</forceTags>
<tag>latest</tag>
</configuration>
@@ -77,7 +77,7 @@
<configuration>
<skip>${docker.build.skip}</skip>
<pullNewerImage>false</pullNewerImage>
<repository>varadarb/hudi-hadoop_${docker.hadoop.version}-datanode</repository>
<repository>apachehudi/hudi-hadoop_${docker.hadoop.version}-datanode</repository>
<forceTags>true</forceTags>
<tag>${project.version}</tag>
</configuration>