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 d8b67a6 commit 4acbcbaCopy full SHA for 4acbcba
yaml/OS/debian-ssh/12.6/12.6.yaml
@@ -0,0 +1,31 @@
1
+apiVersion: devbox.sealos.io/v1alpha1
2
+kind: Runtime
3
+metadata:
4
+ name: debian-ssh-12-6
5
+ namespace: devbox-system
6
+spec:
7
+ classRef: debian-ssh
8
+ config:
9
+ image: ghcr.io/labring-actions/devbox/debian-ssh-12.6:d8b67a
10
+ ports:
11
+ - containerPort: 22
12
+ name: devbox-ssh-port
13
+ protocol: TCP
14
+ user: sealos
15
+ workingDir: /home/sealos/project
16
+ releaseCommand:
17
+ - /bin/bash
18
+ - -c
19
+ releaseArgs:
20
+ - /home/sealos/project/entrypoint.sh
21
+ description: debian-ssh 12.6
22
+ version: "12.6"
23
+---
24
25
+kind: RuntimeClass
26
27
+ name: debian-ssh
28
29
+ title: "debian"
30
+ kind: OS
31
+ description: debian-ssh
0 commit comments