You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/06/21 12:36:32 UTC

[hadoop] branch trunk updated: HDDS-1678. Default image name for kubernetes examples should be ozone and not hadoop

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 256bdd6  HDDS-1678. Default image name for kubernetes examples should be ozone and not hadoop
256bdd6 is described below

commit 256bdd6982b0bcffa2f9ecc12d3f576c6c675911
Author: Márton Elek <el...@apache.org>
AuthorDate: Fri Jun 21 14:14:06 2019 +0200

    HDDS-1678. Default image name for kubernetes examples should be ozone and not hadoop
    
    Closes #959
---
 hadoop-ozone/dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/pom.xml b/hadoop-ozone/dist/pom.xml
index 4ae92fa..5964bb0 100644
--- a/hadoop-ozone/dist/pom.xml
+++ b/hadoop-ozone/dist/pom.xml
@@ -28,7 +28,7 @@
   <properties>
     <file.encoding>UTF-8</file.encoding>
     <downloadSources>true</downloadSources>
-    <docker.image>apache/hadoop:${project.version}</docker.image>
+    <docker.image>apache/ozone:${project.version}</docker.image>
     <docker.hadoop-runner.version>jdk11</docker.hadoop-runner.version>
   </properties>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org