Commit 23531e80339c35e6fe75ace690ac25d70481746a

Authored by Andrew Shvayka
Committed by GitHub
2 parents 459a1998 5e3cd46d

Merge pull request #20 from volodymyr-babak/master

updated docker tags
... ... @@ -18,7 +18,7 @@ version: '2'
18 18
19 19 services:
20 20 thingsboard:
21   - image: "thingsboard/application:1.0"
  21 + image: "thingsboard/application:1.0.1"
22 22 ports:
23 23 - "8080:8080"
24 24 - "1883:1883"
... ... @@ -27,7 +27,7 @@ services:
27 27 - thingsboard.env
28 28 entrypoint: ./run_thingsboard.sh
29 29 thingsboard-db-schema:
30   - image: "thingsboard/thingsboard-db-schema:1.0"
  30 + image: "thingsboard/thingsboard-db-schema:1.0.1"
31 31 env_file:
32 32 - thingsboard-db-schema.env
33 33 entrypoint: ./install_schema.sh
... ...
... ... @@ -20,8 +20,8 @@ cp ../../dao/src/main/resources/schema.cql schema.cql
20 20 cp ../../dao/src/main/resources/demo-data.cql demo-data.cql
21 21 cp ../../dao/src/main/resources/system-data.cql system-data.cql
22 22
23   -docker build -t thingsboard/thingsboard-db-schema:1.0 .
  23 +docker build -t thingsboard/thingsboard-db-schema:1.0.1 .
24 24
25 25 docker login
26 26
27   -docker push thingsboard/thingsboard-db-schema:1.0
\ No newline at end of file
  27 +docker push thingsboard/thingsboard-db-schema:1.0.1
\ 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:1.0 .
  21 +docker build -t thingsboard/application:1.0.1 .
22 22
23 23 docker login
24 24
25   -docker push thingsboard/application:1.0
\ No newline at end of file
  25 +docker push thingsboard/application:1.0.1
\ No newline at end of file
... ...