v0.3.0 final

This commit is contained in:
kexkey
2020-02-10 19:19:54 -05:00
parent bfdc28bbc2
commit 947d22ac6a
6 changed files with 38 additions and 38 deletions

View File

@@ -2,15 +2,15 @@
TRACING=1
# CYPHERNODE VERSION "v0.3.0-rc.6"
CONF_VERSION="v0.3.0-rc.6-local"
GATEKEEPER_VERSION="v0.3.0-rc.6-local"
TOR_VERSION="v0.3.0-rc.6-local"
PROXY_VERSION="v0.3.0-rc.6-local"
NOTIFIER_VERSION="v0.3.0-rc.6-local"
PROXYCRON_VERSION="v0.3.0-rc.6-local"
OTSCLIENT_VERSION="v0.3.0-rc.6-local"
PYCOIN_VERSION="v0.3.0-rc.6-local"
# CYPHERNODE VERSION "v0.3.0"
CONF_VERSION="v0.3.0-local"
GATEKEEPER_VERSION="v0.3.0-local"
TOR_VERSION="v0.3.0-local"
PROXY_VERSION="v0.3.0-local"
NOTIFIER_VERSION="v0.3.0-local"
PROXYCRON_VERSION="v0.3.0-local"
OTSCLIENT_VERSION="v0.3.0-local"
PYCOIN_VERSION="v0.3.0-local"
BITCOIN_VERSION="v0.19.0.1"
LIGHTNING_VERSION="v0.8.0"

View File

@@ -1,5 +1,5 @@
#!/bin/sh
VERSION=v0.3.0-rc.6
VERSION=v0.3.0
docker build . -t cyphernode/cyphernodeconf:${VERSION}

View File

@@ -3,17 +3,17 @@
export SETUP_DIR=$(pwd)/../dist
export DEFAULT_USER=$USER
export DEFAULT_CERT_HOSTNAME=disk0book.local
export PROXYCRON_VERSION=v0.3.0-rc.6
export PYCOIN_VERSION=v0.3.0-rc.6
export SETUP_VERSION=v0.3.0-rc.6
export PROXYCRON_VERSION=v0.3.0
export PYCOIN_VERSION=v0.3.0
export SETUP_VERSION=v0.3.0
export BITCOIN_VERSION=v0.19.0.1
export LIGHTNING_VERSION=v0.8.0
export DEFAULT_DATADIR_BASE=$HOME
export GATEKEEPER_VERSION=v0.3.0-rc.6
export TOR_VERSION=v0.3.0-rc.6
export PROXY_VERSION=v0.3.0-rc.6
export OTSCLIENT_VERSION=v0.3.0-rc.6
export NOTIFIER_VERSION=v0.3.0-rc.6
export GATEKEEPER_VERSION=v0.3.0
export TOR_VERSION=v0.3.0
export PROXY_VERSION=v0.3.0
export OTSCLIENT_VERSION=v0.3.0
export NOTIFIER_VERSION=v0.3.0
export EDITOR=/usr/bin/nano
export TRAEFIK_VERSION="v1.7.9-alpine"
export MOSQUITTO_VERSION="1.6"

22
dist/setup.sh vendored
View File

@@ -776,17 +776,17 @@ ALWAYSYES=0
SUDO_REQUIRED=0
AUTOSTART=0
# CYPHERNODE VERSION "v0.3.0-rc.6"
SETUP_VERSION="v0.3.0-rc.6"
CONF_VERSION="v0.3.0-rc.6"
GATEKEEPER_VERSION="v0.3.0-rc.6"
TOR_VERSION="v0.3.0-rc.6"
PROXY_VERSION="v0.3.0-rc.6"
NOTIFIER_VERSION="v0.3.0-rc.6"
PROXYCRON_VERSION="v0.3.0-rc.6"
OTSCLIENT_VERSION="v0.3.0-rc.6"
PYCOIN_VERSION="v0.3.0-rc.6"
CYPHERAPPS_VERSION="v0.3.0-rc.1"
# CYPHERNODE VERSION "v0.3.0"
SETUP_VERSION="v0.3.0"
CONF_VERSION="v0.3.0"
GATEKEEPER_VERSION="v0.3.0"
TOR_VERSION="v0.3.0"
PROXY_VERSION="v0.3.0"
NOTIFIER_VERSION="v0.3.0"
PROXYCRON_VERSION="v0.3.0"
OTSCLIENT_VERSION="v0.3.0"
PYCOIN_VERSION="v0.3.0"
CYPHERAPPS_VERSION="v0.3.0"
BITCOIN_VERSION="v0.19.0.1"
LIGHTNING_VERSION="v0.8.0"
TRAEFIK_VERSION="v1.7.9-alpine"

View File

@@ -65,9 +65,9 @@ aarch64_docker="arm64"
#arch_docker=${aarch64_docker}
arch_docker=${x86_docker}
v1="v0-rc.6"
v2="v0.3-rc.6"
v3="v0.3.0-rc.6"
v1="v0"
v2="v0.3"
v3="v0.3.0"
echo "\nBuilding Cyphernode Core containers\n"
echo "arch_docker=$arch_docker\n"

View File

@@ -32,7 +32,7 @@ services:
##########################
proxy:
image: cyphernode/proxy:v0.3.0-rc.6-local
image: cyphernode/proxy:v0.3.0-local
command: $USER ./startproxy.sh
environment:
- "TRACING=1"
@@ -75,7 +75,7 @@ services:
##########################
proxycron:
image: cyphernode/proxycron:v0.3.0-rc.6-local
image: cyphernode/proxycron:v0.3.0-local
environment:
- "TX_CONF_URL=proxy:8888/executecallbacks"
- "OTS_URL=proxy:8888/ots_backoffice"
@@ -106,7 +106,7 @@ services:
##########################
notifier:
image: cyphernode/notifier:v0.3.0-rc.6-local
image: cyphernode/notifier:v0.3.0-local
command: $USER ./startnotifier.sh
networks:
- cyphernodenet
@@ -123,7 +123,7 @@ services:
##########################
pycoin:
image: cyphernode/pycoin:v0.3.0-rc.6-local
image: cyphernode/pycoin:v0.3.0-local
command: $USER ./startpycoin.sh
environment:
- "TRACING=1"
@@ -142,7 +142,7 @@ services:
##########################
otsclient:
image: cyphernode/otsclient:v0.3.0-rc.6-local
image: cyphernode/otsclient:v0.3.0-local
command: $USER /script/startotsclient.sh
environment:
- "TRACING=1"
@@ -168,7 +168,7 @@ services:
gatekeeper:
# HTTP authentication API gate
image: cyphernode/gatekeeper:v0.3.0-rc.6-local
image: cyphernode/gatekeeper:v0.3.0-local
command: $USER
environment:
- "TRACING=1"