Skip to content

Commit

Permalink
updated to latest KNIME v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSnowbird authored and DrSnowbird committed Jul 1, 2021
1 parent cb4c997 commit c196d38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Desktop/KNIME.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=KNIME
Comment=Access the Internet
Exec=/opt/knime_4.4.0/knime %U
Icon=/opt/knime_4.4.0/icon.xpm
Path=/home/developer/workspace
Terminal=false
StartupNotify=false
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV WORKSPACE=${WORKSPACE:-"${HOME}/workspace"}

ENV DATA=${DATA:-"${HOME}/data"}

ARG PRODUCT_VERSION=${PRODUCT_VERSION:-4.3.3}
ARG PRODUCT_VERSION=${PRODUCT_VERSION:-4.4.0}
ENV PRODUCT_VERSION=${PRODUCT_VERSION}

ARG PRODUCT_DIR=${PRODUCT_DIR:-knime_${PRODUCT_VERSION}}
Expand All @@ -45,8 +45,10 @@ RUN sudo wget -q -c ${DOWNLOAD_URL} && \
sudo tar xvf $(basename ${DOWNLOAD_URL}) && \
sudo rm -f $(basename ${DOWNLOAD_URL} )

COPY ./Desktop/KNIME.desktop ${HOME}/Desktop/KNIME.desktop

RUN sudo mkdir -p ${DATA} ${WORKSPACE} ${PRODUCT_WORKSPACE} && \
sudo chown -R ${USER}:${USER} ${DATA} ${WORKSPACE} ${PRODUCT_WORKSPACE}
sudo chown -R ${USER}:${USER} ${DATA} ${WORKSPACE} ${PRODUCT_WORKSPACE} ${HOME}/Desktop

#########################################
#### ---- Addition Libs/Plugins ---- ####
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [`Help UNICEF’s COVID-19 Response`](https://donate.unicef.org/)
* [`Help Red Cross`](https://www.redcross.org/donate)

# KNIME (latest/4.3.3) + Java 8 OpenJDK + Maven 3.6 + Python 3.6 + PIP3 20 + + npm 7 + node 15 + Gradle 6 + noVNC
# KNIME (latest/4.4.0 + Java 8 OpenJDK + Maven 3.6 + Python 3.6 + PIP3 20 + + npm 7 + node 15 + Gradle 6 + noVNC
KNIME Analytics Platform with VNC/noVNC for Container Cluster Platforms (Openshift, Kubernetes, etc.)
[![](https://images.microbadger.com/badges/image/openkbs/knime-vnc-docker.svg)](https://microbadger.com/images/openkbs/knime-vnc-docker "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/openkbs/knime-vnc-docker.svg)](https://microbadger.com/images/openkbs/knime-vnc-docker "Get your own version badge on microbadger.com")

Expand Down

0 comments on commit c196d38

Please sign in to comment.