Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set 7.0.0-next version of Che Theia image #183

Merged
merged 3 commits into from
Jul 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2018-04-23"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next"
name: vscode-apache-camel
memoryLimit: "512Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2018-04-23'
spec:
containers:
- image: eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-runner-java11:7.0.0-next
name: vscode-apache-camel
memoryLimit: "512Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/che-incubator/typescript/1.30.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-02-19"
spec:
containers:
- image: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0"
- image: "eclipse/che-theia-endpoint-runtime:7.0.0-next"
name: "vscode-typescript"
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/che-incubator/typescript/1.35.1/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0
- image: eclipse/che-theia-endpoint-runtime:7.0.0-next
name: vscode-typescript
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/che-incubator/typescript/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0
- image: eclipse/che-theia-endpoint-runtime:7.0.0-next
name: vscode-typescript
memoryLimit: '512Mi'
extensions:
Expand Down
69 changes: 69 additions & 0 deletions v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
apiVersion: v2
publisher: eclipse
name: che-theia
version: 7.0.0-next
type: Che Editor
displayName: theia-ide
title: Eclipse Theia development version.
description: Eclipse Theia, get the latest release each day.
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
category: Editor
repository: https://github.com/eclipse/che-theia
firstPublicationDate: "2019-03-07"
spec:
endpoints:
- name: "theia"
public: true
targetPort: 3100
attributes:
protocol: http
type: ide
secure: true
cookiesAuthEnabled: true
discoverable: false
- name: "theia-dev"
public: true
targetPort: 3130
attributes:
protocol: http
type: ide-dev
discoverable: false
- name: "theia-redirect-1"
public: true
targetPort: 13131
attributes:
protocol: http
discoverable: false
- name: "theia-redirect-2"
public: true
targetPort: 13132
attributes:
protocol: http
discoverable: false
- name: "theia-redirect-3"
public: true
targetPort: 13133
attributes:
protocol: http
discoverable: false
containers:
- name: theia-ide
image: eclipse/che-theia:7.0.0-next
env:
- name: THEIA_PLUGINS
value: local-dir:///plugins
- name: HOSTED_PLUGIN_HOSTNAME
value: 0.0.0.0
- name: HOSTED_PLUGIN_PORT
value: 3130
volumes:
- mountPath: "/plugins"
name: plugins
mountSources: true
ports:
- exposedPort: 3100
- exposedPort: 3130
- exposedPort: 13131
- exposedPort: 13132
- exposedPort: 13133
memoryLimit: "512M"
2 changes: 1 addition & 1 deletion v3/plugins/eclipse/che-theia/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
discoverable: false
containers:
- name: theia-ide
image: eclipse/che-theia:7.0.0-rc-3.0
image: eclipse/che-theia:7.0.0-next
env:
- name: THEIA_PLUGINS
value: local-dir:///plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-03-11"
spec:
containers:
- image: "eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.0.0-next"
name: "vscode-kubernetes-tools"
extensions:
- https://github.com/Azure/vscode-kubernetes-tools/releases/download/0.1.17/vscode-kubernetes-tools-0.1.17.vsix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-05-15"
spec:
containers:
- image: "eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-next"
name: "vscode-kubernetes-tools"
memoryLimit: "1G"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: '2019-05-15'
spec:
containers:
- image: eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-next
name: vscode-kubernetes-tools
extensions:
- https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/2019.2.5433/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-03-05"
spec:
containers:
- image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-next"
name: "vscode-python"
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/2019.3.6558/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-04-23"
spec:
containers:
- image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-next"
name: "vscode-python"
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/2019.5.18875/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-next
name: vscode-python
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-next
name: vscode-python
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/go/0.11.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-next"
name: vscode-go
memoryLimit: '512Mi'
env:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/go/0.9.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-02-21"
spec:
containers:
- image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-next"
name: vscode-go
memoryLimit: '512Mi'
env:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/go/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-next"
name: vscode-go
memoryLimit: '512Mi'
env:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Debugger
firstPublicationDate: "2019-02-19"
spec:
containers:
- image: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0"
- image: "eclipse/che-theia-endpoint-runtime:7.0.0-next"
name: vscode-node-debug-legacy
memoryLimit: '256Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0
- image: eclipse/che-theia-endpoint-runtime:7.0.0-next
name: vscode-node-debug-legacy
memoryLimit: '256Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0
- image: eclipse/che-theia-endpoint-runtime:7.0.0-next
name: vscode-node-debug-legacy
memoryLimit: '256Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Debugger
firstPublicationDate: "2019-02-19"
spec:
containers:
- image: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0"
- image: "eclipse/che-theia-endpoint-runtime:7.0.0-next"
name: vscode-node-debug
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0
- image: eclipse/che-theia-endpoint-runtime:7.0.0-next
name: vscode-node-debug
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug2/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0
- image: eclipse/che-theia-endpoint-runtime:7.0.0-next
name: vscode-node-debug
memoryLimit: '512Mi'
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-03-13"
spec:
containers:
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next
name: theia-omnisharp
memoryLimit: "1024Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-19"
spec:
containers:
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next
name: theia-omnisharp
memoryLimit: "1024Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: "2019-06-19"
spec:
containers:
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next
name: theia-omnisharp
memoryLimit: "1024Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Debugger
firstPublicationDate: "2019-04-19"
spec:
containers:
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next
name: theia-netcoredbg
memoryLimit: "512Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-04-19'
spec:
containers:
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next
name: theia-netcoredbg
memoryLimit: "512Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.38.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-02-20"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.43.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-04-25"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.45.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-05-27"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-runner-java8:7.0.0-next
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java11/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java11/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-runner-java11:7.0.0-next
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java8/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0"
- image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java8/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0
- image: eclipse/che-remote-plugin-runner-java8:7.0.0-next
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
Loading