Skip to content

Commit 2ac565f

Browse files
author
Doron Rosenberg
committed
0.7 readme changes
1 parent cfdc990 commit 2ac565f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN jupyter toree install
3838

3939

4040
#Eclair JS
41-
ENV ECLAIRJS_VERSION 0.6
41+
ENV ECLAIRJS_VERSION 0.7
4242

4343
RUN wget -q http://repo2.maven.org/maven2/org/eclairjs/eclairjs-nashorn/${ECLAIRJS_VERSION}/eclairjs-nashorn-${ECLAIRJS_VERSION}-jar-with-dependencies.jar && \
4444
mkdir -p /opt/nashorn/lib && \

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ reducedWordsWithCount.collect().then(function(results) {
4747
## Try It
4848
EclairJS Node provides a Docker container that contains all of its dependencies on [Dockerhub](https://hub.docker.com/r/eclairjs/minimal-gateway/).
4949

50-
The Docker image supports the latest released version of EclairJS Node and may not work with `master`. You can simply check out the appropriate branch (` git checkout branch-0.5` for example).
50+
The Docker image supports the latest released version of EclairJS Node and may not work with `master`. You can simply check out the appropriate branch (` git checkout branch-0.7` for example).
5151

5252
```bash
53-
docker pull eclairjs/minimal-gateway
54-
docker run -p 8888:8888 eclairjs/minimal-gateway
53+
docker pull eclairjs/minimal-gateway:0.7
54+
docker run -p 8888:8888 eclairjs/minimal-gateway:0.7
5555
```
5656

5757
After retrieving Docker's IP address (`docker-machine ip`), you will need to set two environment variables:
@@ -108,5 +108,5 @@ Our goal is to keep the EclairJS master branch up to date with the latest versio
108108
|EclairJS Version/Tag | Apache Spark Version |
109109
| -------- | -------- |
110110
| 0.1 | 1.5.1 |
111-
| 0.2 - 0.6 | 1.6.0 |
112-
| 0.7 (master) | 1.6.0 |
111+
| 0.2 - 0.7 | 1.6.0 |
112+
| 0.8 (master) | 1.6.0 |

0 commit comments

Comments
 (0)