Update docker version to 1.4.0
This commit is contained in:
parent
8a28cd703f
commit
68122de344
@ -1,4 +1,4 @@
|
||||
VERSION=1.3.1
|
||||
VERSION=1.4.0
|
||||
PROJECT=thingsboard
|
||||
APP=cassandra-setup
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
FROM cassandra:3.9
|
||||
FROM cassandra:3.11.2
|
||||
|
||||
ADD ready-probe.sh /ready-probe.sh
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
VERSION=1.3.1
|
||||
VERSION=1.4.0
|
||||
PROJECT=thingsboard
|
||||
APP=cassandra
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
tb:
|
||||
image: "thingsboard/application:1.3.1"
|
||||
image: "thingsboard/application:1.4.0"
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "1883:1883"
|
||||
@ -32,7 +32,7 @@ services:
|
||||
- "${HSQLDB_DATA_DIR}:/usr/share/thingsboard/data/sql"
|
||||
entrypoint: /run-application.sh
|
||||
cassandra:
|
||||
image: "cassandra:3.9"
|
||||
image: "cassandra:3.11.2"
|
||||
ports:
|
||||
- "9042"
|
||||
- "9160"
|
||||
|
||||
@ -22,7 +22,7 @@ spec:
|
||||
containers:
|
||||
- name: cassandra-setup
|
||||
imagePullPolicy: Always
|
||||
image: thingsboard/cassandra-setup:1.3.1
|
||||
image: thingsboard/cassandra-setup:1.4.0
|
||||
env:
|
||||
- name: ADD_DEMO_DATA
|
||||
value: "true"
|
||||
|
||||
@ -54,7 +54,7 @@ spec:
|
||||
topologyKey: "kubernetes.io/hostname"
|
||||
containers:
|
||||
- name: cassandra
|
||||
image: thingsboard/cassandra:1.3.1
|
||||
image: thingsboard/cassandra:1.4.0
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 7000
|
||||
|
||||
@ -82,7 +82,7 @@ spec:
|
||||
containers:
|
||||
- name: tb
|
||||
imagePullPolicy: Always
|
||||
image: thingsboard/application:1.3.1
|
||||
image: thingsboard/application:1.4.0
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: ui
|
||||
|
||||
@ -87,7 +87,7 @@ spec:
|
||||
containers:
|
||||
- name: zk
|
||||
imagePullPolicy: Always
|
||||
image: thingsboard/zk:1.3.1
|
||||
image: thingsboard/zk:1.4.0
|
||||
ports:
|
||||
- containerPort: 2181
|
||||
name: client
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
VERSION=1.3.1
|
||||
VERSION=1.4.0
|
||||
PROJECT=thingsboard
|
||||
APP=application
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
VERSION=1.3.1
|
||||
VERSION=1.4.0
|
||||
PROJECT=thingsboard
|
||||
APP=zk
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user