File tree Expand file tree Collapse file tree 3 files changed +75
-0
lines changed Expand file tree Collapse file tree 3 files changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : devbox.sealos.io/v1alpha1
2
+ kind : Runtime
3
+ metadata :
4
+ name : node.js-18
5
+ namespace : devbox-system
6
+ spec :
7
+ classRef : node.js
8
+ config :
9
+ image : ghcr.io/labring-actions/devbox/node.js-18:bf81c9
10
+ ports :
11
+ - containerPort : 22
12
+ name : devbox-ssh-port
13
+ protocol : TCP
14
+ user : sealos
15
+ description : node.js 18
16
+ version : " 18"
17
+ ---
18
+ apiVersion : devbox.sealos.io/v1alpha1
19
+ kind : RuntimeClass
20
+ metadata :
21
+ name : node.js
22
+ spec :
23
+ title : node.js
24
+ kind : Language
25
+ description : node.js
Original file line number Diff line number Diff line change
1
+ apiVersion : devbox.sealos.io/v1alpha1
2
+ kind : Runtime
3
+ metadata :
4
+ name : node.js-20
5
+ namespace : devbox-system
6
+ spec :
7
+ classRef : node.js
8
+ config :
9
+ image : ghcr.io/labring-actions/devbox/node.js-20:bf81c9
10
+ ports :
11
+ - containerPort : 22
12
+ name : devbox-ssh-port
13
+ protocol : TCP
14
+ user : sealos
15
+ description : node.js 20
16
+ version : " 20"
17
+ ---
18
+ apiVersion : devbox.sealos.io/v1alpha1
19
+ kind : RuntimeClass
20
+ metadata :
21
+ name : node.js
22
+ spec :
23
+ title : node.js
24
+ kind : Language
25
+ description : node.js
Original file line number Diff line number Diff line change
1
+ apiVersion : devbox.sealos.io/v1alpha1
2
+ kind : Runtime
3
+ metadata :
4
+ name : node.js-22
5
+ namespace : devbox-system
6
+ spec :
7
+ classRef : node.js
8
+ config :
9
+ image : ghcr.io/labring-actions/devbox/node.js-22:bf81c9
10
+ ports :
11
+ - containerPort : 22
12
+ name : devbox-ssh-port
13
+ protocol : TCP
14
+ user : sealos
15
+ description : node.js 22
16
+ version : " 22"
17
+ ---
18
+ apiVersion : devbox.sealos.io/v1alpha1
19
+ kind : RuntimeClass
20
+ metadata :
21
+ name : node.js
22
+ spec :
23
+ title : node.js
24
+ kind : Language
25
+ description : node.js
You can’t perform that action at this time.
0 commit comments