Skip to content

Commit

Permalink
remove dockerimage component from cloudshell workspace
Browse files Browse the repository at this point in the history
dockerimage is no longer required as per devfile/devworkspace-operator#82
  • Loading branch information
christianvogt committed May 25, 2020
1 parent b58540d commit e7230fe
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ export const newCloudShellWorkSpace = (name: string, namespace: string): CloudSh
type: 'cheEditor',
id: 'che-incubator/command-line-terminal/4.5.0',
},
{
type: 'dockerimage',
memoryLimit: '256Mi',
alias: 'dev',
image: 'registry.redhat.io/codeready-workspaces/plugin-openshift-rhel8:2.1',
args: ['tail', '-f', '/dev/null'],
env: [
{
value: '\\[\\e[34m\\]>\\[\\e[m\\]\\[\\e[33m\\]>\\[\\e[m\\]',
name: 'PS1',
},
],
},
],
},
},
Expand Down

0 comments on commit e7230fe

Please sign in to comment.