Loading services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ class Command(BaseCommand): type = 'docker', registry = 'docker_hub', ports = '8590', protocol = 'https', supports_dynamic_ports = True, supports_user_auth = False, supports_pass_auth = True) Loading @@ -64,6 +65,7 @@ class Command(BaseCommand): image = 'sarusso/basicmetadesktop', type = 'docker', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -76,6 +78,7 @@ class Command(BaseCommand): image = 'sarusso/devmetadesktop', type = 'docker', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -88,6 +91,7 @@ class Command(BaseCommand): image = 'sarusso/minimalmetadesktop', type = 'singularity', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -100,6 +104,7 @@ class Command(BaseCommand): image = 'sarusso/basicmetadesktop', type = 'singularity', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -112,6 +117,7 @@ class Command(BaseCommand): image = 'sarusso/devmetadesktop', type = 'singularity', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading Loading
services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py +6 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ class Command(BaseCommand): type = 'docker', registry = 'docker_hub', ports = '8590', protocol = 'https', supports_dynamic_ports = True, supports_user_auth = False, supports_pass_auth = True) Loading @@ -64,6 +65,7 @@ class Command(BaseCommand): image = 'sarusso/basicmetadesktop', type = 'docker', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -76,6 +78,7 @@ class Command(BaseCommand): image = 'sarusso/devmetadesktop', type = 'docker', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -88,6 +91,7 @@ class Command(BaseCommand): image = 'sarusso/minimalmetadesktop', type = 'singularity', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -100,6 +104,7 @@ class Command(BaseCommand): image = 'sarusso/basicmetadesktop', type = 'singularity', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading @@ -112,6 +117,7 @@ class Command(BaseCommand): image = 'sarusso/devmetadesktop', type = 'singularity', registry = 'docker_hub', protocol = 'https', ports = '8590', supports_dynamic_ports = True, supports_user_auth = False, Loading