This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2551
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2551 by this push:
new 8a3a004bc [DATALAB-2551]: removed chmod of .docker dir
8a3a004bc is described below
commit 8a3a004bc0cc87864148be638d6c50c8cf53bcb0
Author: leonidfrolov <[email protected]>
AuthorDate: Thu May 19 16:17:44 2022 +0300
[DATALAB-2551]: removed chmod of .docker dir
---
infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
index 5317fabe5..f5628add7 100644
--- a/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
+++ b/infrastructure-provisioning/terraform/bin/deploy/endpoint_fab.py
@@ -656,8 +656,7 @@ def pull_docker_images():
.format(args.repository_address,
args.repository_port, args.cloud_provider, image))
conn.sudo('docker rmi {0}:{1}/docker.datalab-{3}-{2}'
.format(args.repository_address,
args.repository_port, args.cloud_provider, image))
- conn.sudo('chown -R {0}:docker /home/{0}/.docker/'
- .format(args.os_user))
+ #conn.sudo('chown -R {0}:docker
/home/{0}/.docker/'.format(args.os_user))
conn.sudo('touch {}'.format(ensure_file))
except Exception as err:
logging.error('Failed to pull Docker images: ', str(err))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]