This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to branch docker-hadoop-3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/docker-hadoop-3 by this push: new f2d902ee41c HADOOP-18769. Upgrade hadoop3 docker scripts to use 3.3.6. (#5781) f2d902ee41c is described below commit f2d902ee41c45f5b75a97f92816274074c51e7d7 Author: Wei-Chiu Chuang <weic...@apache.org> AuthorDate: Mon Jun 26 08:31:55 2023 -0700 HADOOP-18769. Upgrade hadoop3 docker scripts to use 3.3.6. (#5781) --- Dockerfile | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa615cb8f61..69eb1f53058 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.5/hadoop-3.3.5.tar.gz +ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.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 177cfeca6cc..e1c128d3fd7 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 -t apache/hadoop:3.3 -t apache/hadoop:3.3.5 . +docker build -t apache/hadoop:3 . --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org