Skip to content

Commit

Permalink
Use nightly version che-machine-exec from centos Ci. (#290) (#295)
Browse files Browse the repository at this point in the history
* Use nightly version che-machine-exec from centos Ci. (#290)

* Use nightly version che-machine-exec from centos Ci.
Use nightly version che-machine-exec from centos Ci.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix up.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Add deprecation note for eclipse/che-machine-exec-plugin/next

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr authored Nov 14, 2019
1 parent e5cf1fa commit efd73e8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
5 changes: 4 additions & 1 deletion v3/plugins/eclipse/che-machine-exec-plugin/next/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ description: Che Plug-in with che-machine-exec service to provide creation termi
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse/che-machine-exec/
firstPublicationDate: "2019-02-05"
deprecate:
automigrate: true
migrateTo: eclipse/che-machine-exec-plugin/nightly
category: Other
spec:
endpoints:
Expand All @@ -24,6 +27,6 @@ spec:
cookiesAuthEnabled: true
containers:
- name: che-machine-exec
image: "docker.io/eclipse/che-machine-exec:next"
image: "quay.io/eclipse/che-machine-exec:nightly"
ports:
- exposedPort: 4444
29 changes: 29 additions & 0 deletions v3/plugins/eclipse/che-machine-exec-plugin/nightly/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
publisher: eclipse
name: che-machine-exec-plugin
version: nightly
type: Che Plugin
displayName: Che machine-exec Service
title: Che machine-exec Service Plugin
description: Che Plug-in with che-machine-exec service to provide creation terminal
or tasks for Eclipse CHE workspace containers.
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse/che-machine-exec/
firstPublicationDate: "2019-11-07"
category: Other
spec:
endpoints:
- name: "che-machine-exec"
public: true
targetPort: 4444
attributes:
protocol: ws
type: terminal
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-machine-exec
image: "quay.io/eclipse/che-machine-exec:nightly"
ports:
- exposedPort: 4444

0 comments on commit efd73e8

Please sign in to comment.