Skip to content

Commit 53ff6b4

Browse files
Dr.SnowbirdDr.Snowbird
Dr.Snowbird
authored and
Dr.Snowbird
committed
update README.md annd and link with latest base image
1 parent 7c319cc commit 53ff6b4

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ARG ECLIPSE_DOWNLOAD_URL=${ECLIPSE_DOWNLOAD_URL:-${ECLIPSE_MIRROR_SITE_URL}/${EC
5555
## http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/photon/R/eclipse-jee-photon-R-linux-gtk-x86_64.tar.gz
5656
## http://mirror.math.princeton.edu/pub/eclipse/technology/epp/downloads/release/photon/R/eclipse-modeling-photon-R-linux-gtk-x86_64.tar.gz
5757
WORKDIR /opt
58-
RUN sudo wget -c ${ECLIPSE_DOWNLOAD_URL}/${ECLIPSE_TAR} && \
58+
RUN sudo wget -q -c ${ECLIPSE_DOWNLOAD_URL}/${ECLIPSE_TAR} && \
5959
sudo tar xvf ${ECLIPSE_TAR} && \
6060
sudo rm ${ECLIPSE_TAR}
6161

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ This image contains [Oracle JDK 8](http://www.oracle.com/technetwork/java/javase
1111

1212
# Components
1313
* Eclipse Phonto JEE version (you can change if by change Dockerfile)
14-
* java version "1.8.0_191"
15-
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
16-
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
14+
* java version "1.8.0_202"
15+
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
16+
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
1717
* Apache Maven 3.6.0
18-
* Python 3.5.2
19-
* npm 3.5.2 + nodejs v4.2.6
18+
* Python 3.5.2 / Python 2.7.12 + pip 19.0.2
19+
* Node v11.9.0 + npm 6.5.0 (from NodeSource official Node Distribution)
2020
* Gradle 5.1
21-
* X11 display desktop
22-
* Other tools: git wget unzip vim python python-setuptools python-dev python-numpy
2321

2422
# Run (recommended for easy-start)
2523
Image is pulling from openkbs/eclipse-photon-docker

logs.sh

100644100755
File mode changed.

shell.sh

100644100755
File mode changed.

stop.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)