You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/08/04 12:35:33 UTC

[incubator-datalab] branch DATALAB-408 updated: [DATALAB-408]: fixed image name

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-408
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-408 by this push:
     new d770e78  [DATALAB-408]: fixed image name
d770e78 is described below

commit d770e7805b759951f48af3bfc403e7d90261973d
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Aug 4 15:35:26 2021 +0300

    [DATALAB-408]: fixed image name
---
 infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index 14db2a7..2fc7d97 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -121,7 +121,7 @@ def build_docker_images(image_list, region, datalab_path):
                 tag = image['tag']
                 conn.sudo('docker pull {}:8083/docker.datalab-{}-{}:{}'
                           .format(os.environ['conf_repository_address'], os.environ['conf_cloud_provider'], name, tag))
-                conn.sudo('docker image tag {0}:8083/docker.datalab-{1}-{2}:{3} docker.datalab-{1}-{2}:{3}'
+                conn.sudo('docker image tag {0}:8083/docker.datalab-{1}-{2}:{3} docker.datalab-{2}:{3}'
                           .format(os.environ['conf_repository_address'], os.environ['conf_cloud_provider'], name, tag))
                 conn.sudo('docker image rm {}:8083/docker.datalab-{}-{}:{}'
                           .format(os.environ['conf_repository_address'], os.environ['conf_cloud_provider'], name, tag))

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org