Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Docker and README update for dawn-v4.2.0 #115
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed May 26, 2018
1 parent 7003b94 commit 9f74ad0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

| Version | [EOSIO/eosjs](/EOSIO/eosjs) | [Npm](https://www.npmjs.com/package/eosjs) | [EOSIO/eos](/EOSIO/eos) | [Docker Hub](https://hub.docker.com/r/eosio/eos/) | Node |
| --- | --- | --- | --- | --- | --- |
| dawn4.2 | tag: 13.x.x | `npm install eosjs` (version 13) | tag: dawn-v4.2.0 | eosio/eos:20180526 | [local docker](https://github.com/EOSIO/eosjs/tree/master/docker) |
| dawn4.1 | tag: 12.x.x | `npm install eosjs` (version 12) | tag: dawn-v4.1.0 | eosio/eos:20180519 | [local docker](https://github.com/EOSIO/eosjs/tree/master/docker) |
| dawn4 | tag: 11.x.x | `npm install eosjs@dawn4` (version 11) | tag: dawn-v4.0.0 | eosio/eos:dawn-v4.0.0 | [local docker](https://github.com/EOSIO/eosjs/tree/master/docker) |
| DAWN-2018-04-23-ALPHA | tag: 9.x.x | `npm install eosjs@dawn3` (version 9) | tag: DAWN-2018-04-23-ALPHA | eosio/eos:DAWN-2018-04-23-ALPHA | [local docker](https://github.com/EOSIO/eosjs/tree/DAWN-2018-04-23-ALPHA/docker) |
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM eosio/eos:latest
FROM eosio/eos:20180526
COPY config.ini genesis.json /
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
nodeosd:
image: eosio/eos:latest
image: eosio/eos:20180526
build:
context: .
dockerfile: Dockerfile
Expand All @@ -17,7 +17,7 @@ services:
- "8888"

keosd:
image: eosio/eos:latest
image: eosio/eos:20180526
command: /opt/eosio/bin/keosd --wallet-dir /opt/eosio/bin/data-dir
hostname: keosd
links:
Expand Down

0 comments on commit 9f74ad0

Please sign in to comment.