Commit 4b1e0df43584acde509fb4d735f54e40a709a828

Authored by volodymyr-babak
1 parent ad7c8750

0.1 -> 1.0

... ... @@ -18,7 +18,7 @@ version: '2'
18 18
19 19 services:
20 20 thingsboard:
21   - image: "thingsboard/application:0.1"
  21 + image: "thingsboard/application:1.0"
22 22 ports:
23 23 - "8080:8080"
24 24 - "1883:1883"
... ... @@ -31,7 +31,7 @@ services:
31 31 - thingsboard.env
32 32 entrypoint: ./run_thingsboard.sh
33 33 thingsboard-db-schema:
34   - image: "thingsboard/thingsboard-db-schema:0.1"
  34 + image: "thingsboard/thingsboard-db-schema:1.0"
35 35 links:
36 36 - cassandra:db
37 37 env_file:
... ...
... ... @@ -4,8 +4,8 @@ cp ../../dao/src/main/resources/schema.cql schema.cql
4 4 cp ../../dao/src/main/resources/demo-data.cql demo-data.cql
5 5 cp ../../dao/src/main/resources/system-data.cql system-data.cql
6 6
7   -docker build -t thingsboard/thingsboard-db-schema:0.1 .
  7 +docker build -t thingsboard/thingsboard-db-schema:1.0 .
8 8
9 9 docker login
10 10
11   -docker push thingsboard/thingsboard-db-schema:0.1
\ No newline at end of file
  11 +docker push thingsboard/thingsboard-db-schema:1.0
\ No newline at end of file
... ...
... ... @@ -18,8 +18,8 @@
18 18
19 19 cp ../../application/target/thingsboard.deb thingsboard.deb
20 20
21   -docker build -t thingsboard/application:0.1 .
  21 +docker build -t thingsboard/application:1.0 .
22 22
23 23 docker login
24 24
25   -docker push thingsboard/application:0.1
\ No newline at end of file
  25 +docker push thingsboard/application:1.0
\ No newline at end of file
... ...