This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch EPMCDLAB-1186
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/EPMCDLAB-1186 by this push:
new 560f766 fixed typo
560f766 is described below
commit 560f76693735c0859e3537d7dd51a6167946fe9a
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Fri Feb 22 14:21:33 2019 +0200
fixed typo
---
.../scripts/deploy_repository/deploy_repository.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
index 47013f3..c37cb93 100644
--- a/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
+++ b/infrastructure-provisioning/scripts/deploy_repository/deploy_repository.py
@@ -1269,7 +1269,8 @@ def prepare_images():
put('files/Dockerfile', '/tmp/Dockerfile')
with cd('/tmp/'):
sudo('docker build --file Dockerfile -t pre-base .')
- sudo('docker login -u docker-nexus -p docker-nexus localhost:8083')
+ sudo('docker login -u {0} -p {1}
localhost:8083'.format(args.nexus_service_user_name,
+
args.nexus_service_user_password))
sudo('docker tag pre-base localhost:8083/dlab-pre-base')
sudo('docker push localhost:8083/dlab-pre-base')
sudo('touch
/home/{}/.ensure_dir/images_prepared'.format(configuration['conf_os_user']))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]