Skip to content

Commit

Permalink
Merge pull request eclipse-che#2430 from eclipse/fix_stacks
Browse files Browse the repository at this point in the history
Fix agent names. Fix alpine image name
  • Loading branch information
Eugene Ivantsov authored Sep 13, 2016
2 parents be851cb + 343d1af commit 9192c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ide/che-core-ide-stacks/src/main/resources/stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"machines": {
"dev-machine": {
"agents": [
"ws-agent"
"org.eclipse.che.terminal", "org.eclipse.che.ws-agent", "org.eclipse.che.ssh"
],
"servers": {},
"attributes" : {}
Expand Down Expand Up @@ -116,7 +116,7 @@
}
},
"recipe": {
"location": "codenvy/alpine-jdk8",
"location": "codenvy/alpine_jdk8",
"type": "dockerimage"
}
}
Expand Down

0 comments on commit 9192c1f

Please sign in to comment.