-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
e5cf1fa
commit efd73e8
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
v3/plugins/eclipse/che-machine-exec-plugin/nightly/meta.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |