提交 ba966ac4 编写于 作者: A arhag

Upgrade version to 1.0.1

上级 326cf5d8
......@@ -19,7 +19,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set( CLI_CLIENT_EXECUTABLE_NAME cleos )
set( GUI_CLIENT_EXECUTABLE_NAME eosio )
......
......@@ -20,10 +20,10 @@ cd eos/Docker
docker build . -t eosio/eos
```
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.0 tag, you could do the following:
The above will build off the most recent commit to the master branch by default. If you would like to target a specific branch/tag, you may use a build argument. For example, if you wished to generate a docker image based off of the v1.0.1 tag, you could do the following:
```bash
docker build -t eosio/eos:v1.0.0 --build-arg branch=v1.0.0 .
docker build -t eosio/eos:v1.0.1 --build-arg branch=v1.0.1 .
```
By default, the symbol in eosio.system is set to SYS. You can override this using the symbol argument while building the docker image.
......@@ -181,7 +181,7 @@ Note: if you want to use the mongo db plugin, you have to enable it in your `dat
```
# pull images
docker pull eosio/eos:v1.0.0
docker pull eosio/eos:v1.0.1
# create volume
docker volume create --name=nodeos-data-volume
......
......@@ -2,7 +2,7 @@ version: "3"
services:
nodeosd:
image: eosio/eos:v1.0.0
image: eosio/eos:v1.0.1
command: /opt/eosio/bin/nodeosd.sh --data-dir /opt/eosio/bin/data-dir -e
hostname: nodeosd
ports:
......@@ -14,7 +14,7 @@ services:
- nodeos-data-volume:/opt/eosio/bin/data-dir
keosd:
image: eosio/eos:v1.0.0
image: eosio/eos:v1.0.1
command: /opt/eosio/bin/keosd --wallet-dir /opt/eosio/bin/data-dir --http-server-address=127.0.0.1:8900
hostname: keosd
links:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册