File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616FROM apache/hadoop-runner
17- ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.3.5 /hadoop-3.3.5 .tar.gz
17+ ARG HADOOP_URL=https://dlcdn.apache.org/hadoop/common/hadoop-3.3.6 /hadoop-3.3.6 .tar.gz
1818WORKDIR /opt
1919RUN 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
2020WORKDIR /opt/hadoop
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ if [ ! -d "$DIR/build/apache-rat-0.15" ]; then
2424cd -
2525fi
2626java -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 -t apache/hadoop:3.3 -t apache/hadoop:3.3.5 .
27+ docker build -t apache/hadoop:3 .
You can’t perform that action at this time.
0 commit comments