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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]