Skip to content

Commit

Permalink
update to KNIME v4.0.0 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
openkbs committed Jul 31, 2019
1 parent 0a7f1d6 commit 449401e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG PRODUCT=${PRODUCT:-knime}
ENV PRODUCT=knime
ENV WORKSPACE=${HOME}/workspace

ARG PRODUCT_VERSION=${PRODUCT_VERSION:-3.7.2}
ARG PRODUCT_VERSION=${PRODUCT_VERSION:-4.0.0}
ENV PRODUCT_VERSION=${PRODUCT_VERSION}

ARG PRODUCT_DIR=${PRODUCT_DIR:-knime_${PRODUCT_VERSION}}
Expand All @@ -26,7 +26,7 @@ ARG INSTALL_BASE=${INSTALL_BASE:-/opt}
ENV INSTALL_BASE=${INSTALL_BASE}

## --- Product Version specific ---
#ENV DOWNLOAD_URL=https://download.knime.org/analytics-platform/linux/knime_3.7.2.linux.gtk.x86_64.tar
# ENV DOWNLOAD_URL=https://download.knime.org/analytics-platform/linux/knime_4.0.0.linux.gtk.x86_64.tar.gz
ENV DOWNLOAD_URL=https://download.knime.org/analytics-platform/linux/${PRODUCT}_${PRODUCT_VERSION}.linux.gtk.x86_64.tar.gz

WORKDIR ${INSTALL_BASE}
Expand Down
80 changes: 40 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KNIME (latest/3.7.2) + Java 8 (1.8.0_212) OpenJDK + Maven 3.6 + Python 3.6 + PIP3 19 + + npm 6 + node 11 + Gradle 5 + X11 (Desktop)
# KNIME (latest/4.0.0) + Java 8 (1.8.0_212) OpenJDK + Maven 3.6 + Python 3.6 + PIP3 19 + + npm 6 + node 11 + Gradle 5 + X11 (Desktop)

[![](https://images.microbadger.com/badges/image/openkbs/knime-docker.svg)](https://microbadger.com/images/openkbs/knime-docker "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/openkbs/knime-docker.svg)](https://microbadger.com/images/openkbs/knime-docker "Get your own version badge on microbadger.com")

Expand All @@ -7,7 +7,7 @@

# Components:

* [KNIME Platform](https://www.knime.com/download-knime-analytics-platform-sdk) latest (v 3.7.2) for Machine Learning & Big Data Analytics
* [KNIME Platform](https://www.knime.com/download-knime-analytics-platform-sdk) latest (v 4.0.0) for Machine Learning & Big Data Analytics
* openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b01-1~deb9u1-b01)
OpenJDK 64-Bit Server VM (build 25.212-b01, mixed mode)
Expand Down Expand Up @@ -143,72 +143,72 @@ More resource in X11 display of Eclipse on your host machine's OS, please see
* You might see the warning message in the launching xterm console like below, you can just ignore it. I googles around and some blogs just suggested to ignore since the IDE still functional ok.

# Releases information
developer@69db4f81bbd0:~/workspace$ /usr/scripts/printVersions.sh
+ echo JAVA_HOME=/usr/java
JAVA_HOME=/usr/java
developer@4bff678914aa:~/workspace$ /usr/scripts/printVersions.sh
+ echo JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)
+ mvn --version
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /usr/apache-maven-3.6.0
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /usr/jdk1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.18.0-17-generic", arch: "amd64", family: "unix"
Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "4.18.0-25-generic", arch: "amd64", family: "unix"
+ python -V
Python 2.7.12
Python 2.7.15rc1
+ python3 -V
Python 3.5.2
Python 3.6.7
+ pip --version
pip 19.0.3 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
pip 19.1.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
+ pip3 --version
pip 19.0.3 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)
pip 19.1.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)
+ gradle --version

Welcome to Gradle 5.2.1!
Welcome to Gradle 5.3.1!

Here are the highlights of this release:
- Define sets of dependencies that work together with Java Platform plugin
- New C++ plugins with dependency management built-in
- New C++ project types for gradle init
- Service injection into plugins and project extensions
- Feature variants AKA "optional dependencies"
- Type-safe accessors in Kotlin precompiled script plugins
- Gradle Module Metadata 1.0

For more details see https://docs.gradle.org/5.2.1/release-notes.html
For more details see https://docs.gradle.org/5.3.1/release-notes.html


------------------------------------------------------------
Gradle 5.2.1
Gradle 5.3.1
------------------------------------------------------------

Build time: 2019-02-08 19:00:10 UTC
Revision: f02764e074c32ee8851a4e1877dd1fea8ffb7183
Build time: 2019-03-28 09:09:23 UTC
Revision: f2fae6ba563cfb772c8bc35d31e43c59a5b620c3

Kotlin DSL: 1.1.3
Kotlin: 1.3.20
Kotlin: 1.3.21
Groovy: 2.5.4
Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM: 1.8.0_202 (Oracle Corporation 25.202-b08)
OS: Linux 4.18.0-17-generic amd64
JVM: 1.8.0_212 (Oracle Corporation 25.212-b03)
OS: Linux 4.18.0-25-generic amd64

+ npm -v
6.7.0
+ node -v
v11.12.0
v11.15.0
+ cat /etc/lsb-release /etc/os-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.6 LTS"
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.6 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

```

0 comments on commit 449401e

Please sign in to comment.