forked from eclipse-che/che-plugin-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
che-plugins.yaml
122 lines (122 loc) · 3.77 KB
/
che-plugins.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
version: 1.0.0
plugins:
- id: che-incubator/theia-dev/0.0.1
displayName: Che Theia Dev Plugin
description: Che Theia Dev Plugin
repository: 'https://github.com/che-incubator/che-theia-dev-plugin/'
firstPublicationDate: '2019-02-05'
endpoints:
- name: theia-dev-flow
public: true
targetPort: 3010
attributes:
protocol: http
containers:
- name: theia-dev
image: 'quay.io/eclipse/che-theia-dev:next'
commands:
- name: uname
workingDir: $(project)
command:
- uname
- '-a'
mountSources: true
ports:
- exposedPort: 3010
memoryLimit: 2Gi
- id: containers/buildah/1.14.0
displayName: Buildah Base Dev Plugin
description: Container to build docker images with buildah
icon: >-
https://raw.githubusercontent.com/containers/buildah/v1.14.0/logos/buildah-logomark_large.png
repository: 'https://github.com/containers/buildah'
firstPublicationDate: '2020-04-15'
containers:
- name: buildah-dev
image: 'quay.io/eclipse/che-buildah-base:1.14.0-b0c91d3'
mountSources: true
memoryLimit: 1Gi
- id: eclipse/che-async-pv-plugin/nightly
displayName: Che Async Storage Service
description: >-
Che Plug-in with service to provide abilty for backup/restore project
source from async storage
repository: 'https://github.com/che-incubator/workspace-data-sync'
firstPublicationDate: '2020-07-10'
endpoints:
- name: che-rsync-events
public: true
targetPort: 4445
attributes:
protocol: ws
type: rsync
discoverable: false
secure: false
cookiesAuthEnabled: true
containers:
- name: che-rsync
image: 'quay.io/eclipse/che-sidecar-workspace-data-sync:0.0.1'
memoryLimit: 512M
lifecycle:
preStop:
exec: null
command:
- /bin/sh
- '-c'
- /scripts/backup.sh
mountSources: true
ports:
- exposedPort: 4445
env:
- name: RSYNC_PORT
value: '2222'
- id: eclipse/che-async-pv-plugin/0.0.1
displayName: Che Async Storage Service
description: >-
Che Plug-in with service to provide abilty for backup/restore project
source from async storage
repository: 'https://github.com/che-incubator/workspace-data-sync'
firstPublicationDate: '2020-07-10'
endpoints:
- name: che-rsync-events
public: true
targetPort: 4445
attributes:
protocol: ws
type: rsync
discoverable: false
secure: false
cookiesAuthEnabled: true
containers:
- name: che-rsync
image: 'quay.io/eclipse/che-sidecar-workspace-data-sync:0.0.1'
memoryLimit: 512M
lifecycle:
preStop:
exec: null
command:
- /bin/sh
- '-c'
- /scripts/backup.sh
mountSources: true
ports:
- exposedPort: 4445
env:
- name: RSYNC_PORT
value: '2222'
- id: moby/buildkit/0.7.1
displayName: Buildkit Base Dev Plugin
description: Container to build docker images with buildkit
icon: 'https://avatars3.githubusercontent.com/u/27259197'
repository: 'https://github.com/moby/buildkit'
firstPublicationDate: '2020-05-11'
containers:
- name: buildkit-dev
image: 'quay.io/eclipse/che-buildkit-base:0.7.1-bacb069'
mountSources: true
memoryLimit: 1Gi
volumeMounts:
- name: buildkit-share
path: /home/user/.local/share/buildkit
- name: buildkit-lib
path: /var/lib/buildkit