[incubator-dlab] branch develop updated: Update README.md

2019-05-02 Thread dmysakovets
This is an automated email from the ASF dual-hosted git repository.

dmysakovets pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
 new ba2bd75  Update README.md
ba2bd75 is described below

commit ba2bd752d5bdd5a8100f2a96c590938b2d87ba00
Author: Demyan Mysakovets <34576714+dyom...@users.noreply.github.com>
AuthorDate: Thu May 2 12:49:13 2019 +0300

Update README.md
---
 README.md | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 08fb730..88d49de 100644
--- a/README.md
+++ b/README.md
@@ -1727,7 +1727,17 @@ a85d0d3c27aa docker.dlab-dataengine:latest 
"/root/entrypoint" 2 hours ago Ex
 ...
 docker logs  – to get log for particular Docker container.
 ```
-To change Docker images on existing environment, execute following steps:
+
+To change Docker images on existing environment, you can run script on SSN 
node that rebuilds docker images with the command:
+```
+docker-build all  #to rebuild all images
+```
+or
+```
+docker-build  #to rebuild certain images
+```
+
+You can also rebuild images manually by executing the following steps:
 
 1.  SSH to SSN instance
 2.  go to */opt/dlab/sources/*


-
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org



[incubator-dlab] 01/01: Merge pull request #116 from apache/docker-script

2019-05-02 Thread ioleksandr
This is an automated email from the ASF dual-hosted git repository.

ioleksandr pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit a9fc8465f01fedf0654fd3998ad54df943651f6b
Merge: b40c062 ad2aa2c
Author: i.oleksandr 
AuthorDate: Thu May 2 12:22:53 2019 +0300

Merge pull request #116 from apache/docker-script

[DLAB-docker-script] Created script that rebuilds docker images on ssn

 .../src/ssn/scripts/configure_ssn_node.py  | 14 -
 .../src/ssn/templates/docker_build.py  | 73 ++
 2 files changed, 86 insertions(+), 1 deletion(-)


-
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org



[incubator-dlab] branch develop updated (b40c062 -> a9fc846)

2019-05-02 Thread ioleksandr
This is an automated email from the ASF dual-hosted git repository.

ioleksandr pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


from b40c062  Merge pull request #115 from apache/DLAB-583
 add 6ce6964  [DLAB-docker-script] Created script that rebuilds docker 
images on ssn
 add b1f4eab  [DLAB-docker-script] Added conditional for azure_auth.json.
 add 04dd664  [DLAB-docker-script] Bugfix
 add 7c232b5  [DLAB-docker-script] Changed name to more appropriate
 add ad2aa2c  [DLAB-docker-script] Parametrized docker-build script
 new a9fc846  Merge pull request #116 from apache/docker-script

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/ssn/scripts/configure_ssn_node.py  | 14 -
 .../src/ssn/templates/docker_build.py  | 73 ++
 2 files changed, 86 insertions(+), 1 deletion(-)
 create mode 100644 
infrastructure-provisioning/src/ssn/templates/docker_build.py


-
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org