Skip to content

Commit

Permalink
Add CentOS based minimal stack with only git to default assembly
Browse files Browse the repository at this point in the history
Signed-off-by: Dharmit Shah <dshah@redhat.com>
  • Loading branch information
Dharmit Shah committed Apr 20, 2017
1 parent 94a3d8d commit 993ee89
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Expand Up @@ -2548,5 +2548,53 @@
}
],
"creator": "Dharmit Shah"
},
{
"id": "centos",
"creator": "Dharmit Shah",
"name": "CentOS blank",
"description": "CentOS Blank Stack",
"scope": "advanced",
"tags": [
"Blank",
"CentOS",
"Git",
"Subversion"
],
"components": [],
"source": {
"type": "image",
"origin": "registry.centos.org/che-stacks/centos-git"
},
"workspaceConfig": {
"environments": {
"default": {
"machines": {
"dev-machine": {
"agents": [
"org.eclipse.che.terminal",
"org.eclipse.che.ws-agent",
"org.eclipse.che.ssh"
],
"servers": {},
"attributes": {
"memoryLimitBytes": "2147483648"
}
}
},
"recipe": {
"location": "registry.centos.org/che-stacks/centos-git",
"type": "dockerimage"
}
}
},
"name": "default",
"defaultEnv": "default",
"description": null
},
"stackIcon": {
"name": "type-blank.svg",
"mediaType": "image/svg+xml"
}
}
]

0 comments on commit 993ee89

Please sign in to comment.