This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 7e377f080 [DATALAB-2832]: Added replace underscore for the image
notebook creation fails due connection problem
new cff623037 Merge pull request #1763 from OleksandrRepnikov/DATALAB-2832
7e377f080 is described below
commit 7e377f0807345996e6d57259bd684d08bd6335b7
Author: orepnikov <[email protected]>
AuthorDate: Wed Oct 5 17:13:36 2022 +0300
[DATALAB-2832]: Added replace underscore for the image notebook creation
fails due connection problem
---
.../src/general/scripts/azure/common_create_notebook_image.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
b/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
index 2ad06be29..a50be7dcd 100644
---
a/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
+++
b/infrastructure-provisioning/src/general/scripts/azure/common_create_notebook_image.py
@@ -46,7 +46,7 @@ if __name__ == "__main__":
image_conf['instance_name'] = os.environ['notebook_instance_name']
image_conf['application'] = os.environ['application']
image_conf['datalab_ssh_user'] = os.environ['conf_os_user']
- image_conf['image_name'] = os.environ['notebook_image_name']
+ image_conf['image_name'] =
os.environ['notebook_image_name'].replace('_', '-')
image_conf['full_image_name'] =
'{}-{}-{}-{}-{}'.format(image_conf['service_base_name'],
image_conf['project_name'],
image_conf['endpoint_name'],
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]