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 793210c commit 83b9d8dCopy full SHA for 83b9d8d
yaml/Framework/spring-boot/3.3.2/3.3.2.yaml
@@ -0,0 +1,25 @@
1
+apiVersion: devbox.sealos.io/v1alpha1
2
+kind: Runtime
3
+metadata:
4
+ name: spring-boot-3-3-2
5
+ namespace: devbox-system
6
+spec:
7
+ classRef: spring-boot
8
+ config:
9
+ image: ghcr.io/labring-actions/devbox/spring-boot-3.3.2:793210
10
+ ports:
11
+ - containerPort: 22
12
+ name: devbox-ssh-port
13
+ protocol: TCP
14
+ user: sealos
15
+ description: spring-boot 3.3.2
16
+ version: 3.3.2
17
+---
18
19
+kind: RuntimeClass
20
21
+ name: spring-boot
22
23
+ title: spring-boot
24
+ kind: Framework
25
+ description: spring-boot
0 commit comments