You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2020/07/22 20:18:07 UTC

[mahout] 01/02: MAHOUT-2116 Update Notice with current end date

This is an automated email from the ASF dual-hosted git repository.

rawkintrevo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit afd35700931871cc63ad11176be0a1321c136551
Author: rawkintrevo <tr...@gmail.com>
AuthorDate: Wed Jul 22 15:16:31 2020 -0500

    MAHOUT-2116 Update Notice with current end date
---
 NOTICE.txt              | 2 +-
 docker/build/Dockerfile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 29cb479..84968d4 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,6 +1,6 @@
 ==============================================================
  Apache Mahout
- Copyright 2009 and onwards The Apache Software Foundation
+ Copyright 2009-2020 The Apache Software Foundation
 ==============================================================
 
 This product includes software developed by
diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile
index e3989c8..4b082cf 100644
--- a/docker/build/Dockerfile
+++ b/docker/build/Dockerfile
@@ -12,11 +12,11 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-FROM ubuntu:16.04
+FROM gettyimages/spark:2.3.1-hadoop-3.0 
 
 RUN apt update
 RUN apt install maven git default-jre default-jdk -y
 RUN git clone https://github.com/apache/mahout.git /mahout
 
 # RUN cd mahout & git checkout build-cleanup
-# ^^ this doesn't work bc I'm bad at docker and linux and computers (tg)
\ No newline at end of file
+# ^^ this doesn't work bc I'm bad at docker and linux and computers (tg)