Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
Rosetta
Commits
bcdfd5cf
Commit
bcdfd5cf
authored
3 years ago
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
Moved to INAF container registry.
parent
cdac73c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py
+17
-11
17 additions, 11 deletions
...rosetta/core_app/management/commands/core_app_populate.py
with
17 additions
and
11 deletions
services/webapp/code/rosetta/core_app/management/commands/core_app_populate.py
+
17
−
11
View file @
bcdfd5cf
...
...
@@ -131,8 +131,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container
.
objects
.
create
(
user
=
None
,
name
=
'
Minimal Desktop
'
,
description
=
'
A minimal desktop environment providing basic window management functionalities and a terminal.
'
,
registry
=
'
docker.io
'
,
image_name
=
'
sarusso
/minimaldesktop
'
,
registry
=
'
git.ia2.inaf.it:5050
'
,
image_name
=
'
exact/swc
/minimaldesktop
'
,
image_tag
=
'
v0.2.0
'
,
image_arch
=
'
amd64
'
,
image_os
=
'
linux
'
,
...
...
@@ -146,9 +146,9 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container
.
objects
.
create
(
user
=
None
,
name
=
'
Basic Desktop
'
,
description
=
'
A basic desktop environment. Provides a terminal, a file manager, a web browser and other generic applications.
'
,
registry
=
'
docker.io
'
,
image_name
=
'
sarusso
/basicdesktop
'
,
image_tag
=
'
v0.
2
.0
'
,
registry
=
'
git.ia2.inaf.it:5050
'
,
image_name
=
'
exact/swc
/basicdesktop
'
,
image_tag
=
'
v0.
3
.0
'
,
image_arch
=
'
amd64
'
,
image_os
=
'
linux
'
,
interface_port
=
'
8590
'
,
...
...
@@ -163,9 +163,9 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container
.
objects
.
create
(
user
=
None
,
name
=
'
Jupyter Notebook
'
,
description
=
'
A Jupyter Notebook server
'
,
registry
=
'
docker.io
'
,
image_name
=
'
sarusso
/jupyternotebook
'
,
image_tag
=
'
v0.
2
.0
'
,
registry
=
'
git.ia2.inaf.it:5050
'
,
image_name
=
'
exact/swc
/jupyternotebook
'
,
image_tag
=
'
v0.
3
.0
'
,
image_arch
=
'
amd64
'
,
image_os
=
'
linux
'
,
interface_port
=
'
8888
'
,
...
...
@@ -212,9 +212,9 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container
.
objects
.
create
(
user
=
None
,
name
=
'
SSH server
'
,
description
=
'
An SSH server supporting X forwarding as well.
'
,
registry
=
'
docker.io
'
,
image_name
=
'
sarusso
/ssh
'
,
image_tag
=
'
v0.
2
.0
'
,
registry
=
'
git.ia2.inaf.it:5050
'
,
image_name
=
'
exact/swc
/ssh
'
,
image_tag
=
'
v0.
3
.0
'
,
image_arch
=
'
amd64
'
,
image_os
=
'
linux
'
,
interface_port
=
'
22
'
,
...
...
@@ -262,6 +262,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
Computing
.
objects
.
create
(
name
=
'
Demo Internal
'
,
description
=
'
A demo internal computing resource.
'
,
type
=
'
standalone
'
,
arch
=
'
amd64
'
,
supported_archs
=
[
'
386
'
],
access_mode
=
'
internal
'
,
auth_mode
=
'
internal
'
,
wms
=
None
,
...
...
@@ -272,6 +274,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
demo_singlenode_computing
=
Computing
.
objects
.
create
(
name
=
'
Demo Standalone
'
,
description
=
'
A demo standalone computing resource.
'
,
type
=
'
standalone
'
,
arch
=
'
amd64
'
,
supported_archs
=
[
'
386
'
],
access_mode
=
'
ssh+cli
'
,
auth_mode
=
'
user_keys
'
,
wms
=
None
,
...
...
@@ -285,6 +289,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
demo_slurm_computing
=
Computing
.
objects
.
create
(
name
=
'
Demo Cluster
'
,
description
=
'
A demo cluster computing resource.
'
,
type
=
'
cluster
'
,
arch
=
'
amd64
'
,
supported_archs
=
[
'
386
'
],
access_mode
=
'
ssh+cli
'
,
auth_mode
=
'
user_keys
'
,
wms
=
'
slurm
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment