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 238229270d8 HADOOP-18780. Add tags 3.3/3.3.5 to the official Hadoop docker image. (#5765) 238229270d8 is described below commit 238229270d8c0054fe4ba650968b16b31abc1f89 Author: Wei-Chiu Chuang <weic...@apache.org> AuthorDate: Thu Jun 22 08:21:59 2023 -0700 HADOOP-18780. Add tags 3.3/3.3.5 to the official Hadoop docker image. (#5765) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e1c128d3fd7..177cfeca6cc 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 -t apache/hadoop:3.3 -t apache/hadoop:3.3.5 . --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org