File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apt-get update && \
77 rm -rf /var/lib/apt/lists/*
88
99ENV SPARK_HOME=/opt/spark
10- RUN mkdir -p /opt/spark && curl -s http://apache.rediris.es/spark/spark-2.4.0 /spark-2.4.0 -bin-hadoop2.7.tgz | tar -xz -C "${SPARK_HOME}" --strip-components=1
10+ RUN mkdir -p /opt/spark && curl -s http://apache.rediris.es/spark/spark-2.4.4 /spark-2.4.4 -bin-hadoop2.7.tgz | tar -xz -C "${SPARK_HOME}" --strip-components=1
1111ENV PATH=$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH
1212
1313ENV SPARK_NO_DAEMONIZE=true
Original file line number Diff line number Diff line change 66 docker build -t luisbelloch/spark .
77
88tag :
9- docker tag luisbelloch/spark luisbelloch/spark:2.4.0
10- docker tag luisbelloch/spark luisbelloch/spark:2019.1
9+ docker tag luisbelloch/spark luisbelloch/spark:2.4.4
10+ docker tag luisbelloch/spark luisbelloch/spark:2019.2
1111
1212push :
13- docker push luisbelloch/spark:2.4.0
14- docker push luisbelloch/spark:2019.1
13+ docker push luisbelloch/spark:2.4.4
14+ docker push luisbelloch/spark:2019.2
1515 docker push luisbelloch/spark
1616
1717list :
You can’t perform that action at this time.
0 commit comments