mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-29 10:48:04 +08:00
feat: update v4.7.1
This commit is contained in:
parent
ae26adfd1c
commit
f3fec214bf
@ -1500,9 +1500,9 @@ dgiot_shell
|
||||
# set parameters by default value
|
||||
deployType=single # [single | cluster | devops | ci]
|
||||
domain_name="prod.dgiotcloud.cn" # [prod.dgiotcloud.cn | your_domain_name]
|
||||
software="dgiot_n259" # [dgiot_n259| dgiot_n]
|
||||
software="dgiot_n262" # [dgiot_n262| dgiot_n]
|
||||
plugin="dgiot" # [dgiot | dgiot_your_plugin]
|
||||
dgiotmd5="c93eef482ae9e75bb512a75a101d520f" # [dgiotmd5]
|
||||
dgiotmd5="1ba6e447317d0a3def2adcf9aa49c831" # [dgiotmd5]
|
||||
pg_eip="changeyourip" # [datanode_eip]
|
||||
pg_auth='changeyourpassword' # [pg_auth]
|
||||
islanip="false" # [islanip]
|
||||
|
@ -50,9 +50,9 @@ To test:
|
||||
|
||||
curl http://localhost
|
||||
|
||||
docker login -u dgiot -p iotn2n.com #replace the docker registry username and password
|
||||
docker container commit ea07974973ba dgiot/dgiot_edge:4.7.1
|
||||
docker commit ea07974973ba dgiot/dgiot_edge:4.7.1
|
||||
docker login -u dgiot -p ${passWord} #replace the docker registry username and password
|
||||
docker container commit 503f4461cc1c dgiot/dgiot_edge:4.7.1
|
||||
docker commit 503f4461cc1c dgiot/dgiot_edge:4.7.1
|
||||
docker push dgiot/dgiot_edge:4.7.1
|
||||
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
-ifndef(EMQX_ENTERPRISE).
|
||||
|
||||
-define(EMQX_RELEASE, {opensource, "4.7.0"}).
|
||||
-define(EMQX_RELEASE, {opensource, "4.7.1"}).
|
||||
|
||||
-else.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user