Skip to content

Commit 4acbcba

Browse files
cbluebirdgithub-actions[bot]
authored andcommitted
auto generate runtime yaml
1 parent d8b67a6 commit 4acbcba

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

yaml/OS/debian-ssh/12.6/12.6.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
apiVersion: devbox.sealos.io/v1alpha1
25+
kind: RuntimeClass
26+
metadata:
27+
name: debian-ssh
28+
spec:
29+
title: "debian"
30+
kind: OS
31+
description: debian-ssh

0 commit comments

Comments
 (0)