Skip to content
Snippets Groups Projects
Commit 0db26b31 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Updated INAF registry URL.

parent 7d515a8e
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ to provide help, news and informations on your deployment. Or you can just ignor ...@@ -131,7 +131,7 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None, Container.objects.create(user = None,
name = 'Minimal Desktop', name = 'Minimal Desktop',
description = 'A minimal desktop environment providing basic window management functionalities and a terminal.', description = 'A minimal desktop environment providing basic window management functionalities and a terminal.',
registry = 'git.ia2.inaf.it:5050', registry = 'registry.ict.inaf.it',
image_name = 'exact/swc/minimaldesktop', image_name = 'exact/swc/minimaldesktop',
image_tag = 'v0.3.0', image_tag = 'v0.3.0',
image_arch = 'amd64', image_arch = 'amd64',
...@@ -146,7 +146,7 @@ to provide help, news and informations on your deployment. Or you can just ignor ...@@ -146,7 +146,7 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None, Container.objects.create(user = None,
name = 'Basic Desktop', name = 'Basic Desktop',
description = 'A basic desktop environment. Provides a terminal, a file manager, a web browser and other generic applications.', description = 'A basic desktop environment. Provides a terminal, a file manager, a web browser and other generic applications.',
registry = 'git.ia2.inaf.it:5050', registry = 'registry.ict.inaf.it',
image_name = 'exact/swc/basicdesktop', image_name = 'exact/swc/basicdesktop',
image_tag = 'v0.3.0', image_tag = 'v0.3.0',
image_arch = 'amd64', image_arch = 'amd64',
...@@ -163,7 +163,7 @@ to provide help, news and informations on your deployment. Or you can just ignor ...@@ -163,7 +163,7 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None, Container.objects.create(user = None,
name = 'Jupyter Notebook', name = 'Jupyter Notebook',
description = 'A Jupyter Notebook server', description = 'A Jupyter Notebook server',
registry = 'git.ia2.inaf.it:5050', registry = 'registry.ict.inaf.it',
image_name = 'exact/swc/jupyternotebook', image_name = 'exact/swc/jupyternotebook',
image_tag = 'v0.3.0', image_tag = 'v0.3.0',
image_arch = 'amd64', image_arch = 'amd64',
...@@ -212,7 +212,7 @@ to provide help, news and informations on your deployment. Or you can just ignor ...@@ -212,7 +212,7 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None, Container.objects.create(user = None,
name = 'SSH server', name = 'SSH server',
description = 'An SSH server supporting X forwarding as well.', description = 'An SSH server supporting X forwarding as well.',
registry = 'git.ia2.inaf.it:5050', registry = 'registry.ict.inaf.it',
image_name = 'exact/swc/ssh', image_name = 'exact/swc/ssh',
image_tag = 'v0.3.0', image_tag = 'v0.3.0',
image_arch = 'amd64', image_arch = 'amd64',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment