This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch docker-hadoop-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
commit e69adb2d2c668f83415eb4c1c33eb746c9bdef0f Author: slfan1989 <[email protected]> AuthorDate: Mon Oct 6 08:21:56 2025 +0800 HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2. (#8005) Contributed by Shilun Fan * HADOOP-19711. Upgrade hadoop3 docker scripts to 3.4.2. Reviewed-by: Attila Doroszlai <[email protected]> Reviewed-by: Ahmar Suhail <[email protected]> Signed-off-by: Shilun Fan <[email protected]> (cherry picked from commit 0f4c272c0151e3e897b443d385aef6049603dbd4) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3618dacc15..0bb4ba5f065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. FROM apache/hadoop-runner -ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.1/hadoop-3.4.1.tar.gz +ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.2/hadoop-3.4.2.tar.gz WORKDIR /opt RUN sudo rm -rf /opt/hadoop && curl -LSs -o hadoop.tar.gz $HADOOP_URL && tar zxf hadoop.tar.gz && rm hadoop.tar.gz && mv hadoop* hadoop && rm -rf /opt/hadoop/share/doc WORKDIR /opt/hadoop --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
