We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934e6bb commit ef582d5Copy full SHA for ef582d5
yaml/Framework/next.js/14.2.5/14.2.5.yaml
@@ -0,0 +1,25 @@
1
+apiVersion: devbox.sealos.io/v1alpha1
2
+kind: Runtime
3
+metadata:
4
+ name: next.js-14-2-5
5
+ namespace: devbox-system
6
+spec:
7
+ classRef: next.js
8
+ config:
9
+ image: ghcr.io/labring-actions/devbox/next.js-14.2.5:934e6b
10
+ ports:
11
+ - containerPort: 22
12
+ name: devbox-ssh-port
13
+ protocol: TCP
14
+ user: sealos
15
+ description: next.js 14.2.5
16
+ version: "14.2.5"
17
+---
18
19
+kind: RuntimeClass
20
21
+ name: next.js
22
23
+ title: next.js
24
+ kind: Framework
25
+ description: next.js
0 commit comments