Skip to content

Commit 2382292

Browse files
authored
HADOOP-18780. Add tags 3.3/3.3.5 to the official Hadoop docker image. (#5765)
1 parent 734efb1 commit 2382292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ if [ ! -d "$DIR/build/apache-rat-0.15" ]; then
2424
cd -
2525
fi
2626
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
27-
docker build -t apache/hadoop:3 .
27+
docker build -t apache/hadoop:3 -t apache/hadoop:3.3 -t apache/hadoop:3.3.5 .

0 commit comments

Comments
 (0)