From 53ff6b4de35fb12f3127bc2d6737d8459c5ce894 Mon Sep 17 00:00:00 2001 From: "Dr.Snowbird" Date: Fri, 22 Mar 2019 20:37:19 -0400 Subject: [PATCH] update README.md annd and link with latest base image --- Dockerfile | 2 +- README.md | 12 +++++------- logs.sh | 0 shell.sh | 0 stop.sh | 0 5 files changed, 6 insertions(+), 8 deletions(-) mode change 100644 => 100755 logs.sh mode change 100644 => 100755 shell.sh mode change 100644 => 100755 stop.sh diff --git a/Dockerfile b/Dockerfile index f5723d6..3ce0edc 100755 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ ARG ECLIPSE_DOWNLOAD_URL=${ECLIPSE_DOWNLOAD_URL:-${ECLIPSE_MIRROR_SITE_URL}/${EC ## http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/photon/R/eclipse-jee-photon-R-linux-gtk-x86_64.tar.gz ## http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/photon/R/eclipse-modeling-photon-R-linux-gtk-x86_64.tar.gz WORKDIR /opt -RUN sudo wget -c ${ECLIPSE_DOWNLOAD_URL}/${ECLIPSE_TAR} && \ +RUN sudo wget -q -c ${ECLIPSE_DOWNLOAD_URL}/${ECLIPSE_TAR} && \ sudo tar xvf ${ECLIPSE_TAR} && \ sudo rm ${ECLIPSE_TAR} diff --git a/README.md b/README.md index b64700f..86c7203 100755 --- a/README.md +++ b/README.md @@ -11,15 +11,13 @@ This image contains [Oracle JDK 8](http://www.oracle.com/technetwork/java/javase # Components * Eclipse Phonto JEE version (you can change if by change Dockerfile) -* java version "1.8.0_191" - Java(TM) SE Runtime Environment (build 1.8.0_191-b12) - Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) +* 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) * Apache Maven 3.6.0 -* Python 3.5.2 -* npm 3.5.2 + nodejs v4.2.6 +* Python 3.5.2 / Python 2.7.12 + pip 19.0.2 +* Node v11.9.0 + npm 6.5.0 (from NodeSource official Node Distribution) * Gradle 5.1 -* X11 display desktop -* Other tools: git wget unzip vim python python-setuptools python-dev python-numpy # Run (recommended for easy-start) Image is pulling from openkbs/eclipse-photon-docker diff --git a/logs.sh b/logs.sh old mode 100644 new mode 100755 diff --git a/shell.sh b/shell.sh old mode 100644 new mode 100755 diff --git a/stop.sh b/stop.sh old mode 100644 new mode 100755