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 8af16fb0dc636680f46c9b54b77eca43266fcccb Author: Wei-Chiu Chuang <weic...@apache.org> AuthorDate: Thu Oct 3 15:58:43 2024 -0700 HADOOP-19132. Upgrade hadoop3 docker scripts to 3.4.x --- Dockerfile | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69eb1f53058..ee8d1ddec40 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.3.6/hadoop-3.3.6.tar.gz +ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.4.0/hadoop-3.4.0.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 diff --git a/build.sh b/build.sh index e1c128d3fd7..78a7f833ced 100755 --- a/build.sh +++ b/build.sh @@ -24,4 +24,4 @@ if [ ! -d "$DIR/build/apache-rat-0.15" ]; then cd - fi java -jar $DIR/build/apache-rat-0.15/apache-rat-0.15.jar $DIR -e public -e apache-rat-0.15 -e .git -e .gitignore -docker build -t apache/hadoop:3 . +docker build -t apache/hadoop:3.4 -t apache/hadoop:3.4.0 . --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org