Skip to content

Commit 8eaf427

Browse files
cbluebirdgithub-actions[bot]
authored andcommitted
auto generate runtime yaml
1 parent cf64360 commit 8eaf427

File tree

8 files changed

+74
-26
lines changed

8 files changed

+74
-26
lines changed

config-cn.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,31 @@
204204
]
205205
}
206206
],
207-
"Language": [],
207+
"Language": [
208+
{
209+
"name": "Python",
210+
"version": [
211+
{
212+
"name": "3.10",
213+
"image": "ghcr.io/labring-actions/devbox/python-3.10:cf64360",
214+
"config": "{\"appPorts\":[{\"name\":\"devbox-app-port\",\"port\":8080,\"protocol\":\"TCP\"}],\"ports\":[{\"containerPort\":22,\"name\":\"devbox-ssh-port\",\"protocol\":\"TCP\"}],\"releaseArgs\":[\"/home/devbox/project/entrypoint.sh\"],\"releaseCommand\":[\"/bin/bash\",\"-c\"],\"user\":\"devbox\",\"workingDir\":\"/home/devbox/project\"}",
215+
"state": "active"
216+
},
217+
{
218+
"name": "3.11",
219+
"image": "ghcr.io/labring-actions/devbox/python-3.11:cf64360",
220+
"config": "{\"appPorts\":[{\"name\":\"devbox-app-port\",\"port\":8080,\"protocol\":\"TCP\"}],\"ports\":[{\"containerPort\":22,\"name\":\"devbox-ssh-port\",\"protocol\":\"TCP\"}],\"releaseArgs\":[\"/home/devbox/project/entrypoint.sh\"],\"releaseCommand\":[\"/bin/bash\",\"-c\"],\"user\":\"devbox\",\"workingDir\":\"/home/devbox/project\"}",
221+
"state": "active"
222+
},
223+
{
224+
"name": "3.12",
225+
"image": "ghcr.io/labring-actions/devbox/python-3.12:cf64360",
226+
"config": "{\"appPorts\":[{\"name\":\"devbox-app-port\",\"port\":8080,\"protocol\":\"TCP\"}],\"ports\":[{\"containerPort\":22,\"name\":\"devbox-ssh-port\",\"protocol\":\"TCP\"}],\"releaseArgs\":[\"/home/devbox/project/entrypoint.sh\"],\"releaseCommand\":[\"/bin/bash\",\"-c\"],\"user\":\"devbox\",\"workingDir\":\"/home/devbox/project\"}",
227+
"state": "active"
228+
}
229+
]
230+
}
231+
],
208232
"Custom": [],
209233
"OS": [
210234
{

config.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,31 @@
158158
]
159159
}
160160
],
161-
"Language": [],
161+
"Language": [
162+
{
163+
"name": "Python",
164+
"version": [
165+
{
166+
"name": "3.10",
167+
"image": "ghcr.io/labring-actions/devbox/python-3.10:cf6436",
168+
"config": "{\"appPorts\":[{\"name\":\"devbox-app-port\",\"port\":8080,\"protocol\":\"TCP\"}],\"ports\":[{\"containerPort\":22,\"name\":\"devbox-ssh-port\",\"protocol\":\"TCP\"}],\"releaseArgs\":[\"/home/devbox/project/entrypoint.sh\"],\"releaseCommand\":[\"/bin/bash\",\"-c\"],\"user\":\"devbox\",\"workingDir\":\"/home/devbox/project\"}",
169+
"state": "active"
170+
},
171+
{
172+
"name": "3.11",
173+
"image": "ghcr.io/labring-actions/devbox/python-3.11:cf6436",
174+
"config": "{\"appPorts\":[{\"name\":\"devbox-app-port\",\"port\":8080,\"protocol\":\"TCP\"}],\"ports\":[{\"containerPort\":22,\"name\":\"devbox-ssh-port\",\"protocol\":\"TCP\"}],\"releaseArgs\":[\"/home/devbox/project/entrypoint.sh\"],\"releaseCommand\":[\"/bin/bash\",\"-c\"],\"user\":\"devbox\",\"workingDir\":\"/home/devbox/project\"}",
175+
"state": "active"
176+
},
177+
{
178+
"name": "3.12",
179+
"image": "ghcr.io/labring-actions/devbox/python-3.12:cf6436",
180+
"config": "{\"appPorts\":[{\"name\":\"devbox-app-port\",\"port\":8080,\"protocol\":\"TCP\"}],\"ports\":[{\"containerPort\":22,\"name\":\"devbox-ssh-port\",\"protocol\":\"TCP\"}],\"releaseArgs\":[\"/home/devbox/project/entrypoint.sh\"],\"releaseCommand\":[\"/bin/bash\",\"-c\"],\"user\":\"devbox\",\"workingDir\":\"/home/devbox/project\"}",
181+
"state": "active"
182+
}
183+
]
184+
}
185+
],
162186
"Custom": [],
163187
"OS": [
164188
{

yaml/cn/Language/python/3.10/3.10.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: python-3-10-2024-11-12-0651
4+
name: python-3-10-2024-12-27-0225
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: python
1010
config:
11-
image: ghcr.io/labring-actions/devbox/python-3.10:13aacd8
11+
image: ghcr.io/labring-actions/devbox/python-3.10:cf64360
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,14 +26,14 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: python 3.10
2828
version: "3.10"
29-
runtimeVersion: 2024-11-12-0651
29+
runtimeVersion: 2024-12-27-0225
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1
3333
kind: RuntimeClass
3434
metadata:
3535
name: python
3636
spec:
37-
title: "python"
37+
title: "Python"
3838
kind: Language
3939
description: python

yaml/cn/Language/python/3.11/3.11.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: python-3-11-2024-11-12-0651
4+
name: python-3-11-2024-12-27-0225
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: python
1010
config:
11-
image: ghcr.io/labring-actions/devbox/python-3.11:13aacd8
11+
image: ghcr.io/labring-actions/devbox/python-3.11:cf64360
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,14 +26,14 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: python 3.11
2828
version: "3.11"
29-
runtimeVersion: 2024-11-12-0651
29+
runtimeVersion: 2024-12-27-0225
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1
3333
kind: RuntimeClass
3434
metadata:
3535
name: python
3636
spec:
37-
title: "python"
37+
title: "Python"
3838
kind: Language
3939
description: python

yaml/cn/Language/python/3.12/3.12.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: python-3-12-2024-11-19-0915
4+
name: python-3-12-2024-12-27-0225
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: python
1010
config:
11-
image: ghcr.io/labring-actions/devbox/python-3.12:eeea16c
11+
image: ghcr.io/labring-actions/devbox/python-3.12:cf64360
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,14 +26,14 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: python 3.12
2828
version: "3.12"
29-
runtimeVersion: 2024-11-19-0915
29+
runtimeVersion: 2024-12-27-0225
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1
3333
kind: RuntimeClass
3434
metadata:
3535
name: python
3636
spec:
37-
title: "python"
37+
title: "Python"
3838
kind: Language
3939
description: python

yaml/en/Language/python/3.10/3.10.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: python-3-10-2024-11-12-0651
4+
name: python-3-10-2024-12-27-0225
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: python
1010
config:
11-
image: ghcr.io/labring-actions/devbox/python-3.10:13aacd
11+
image: ghcr.io/labring-actions/devbox/python-3.10:cf6436
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,14 +26,14 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: python 3.10
2828
version: "3.10"
29-
runtimeVersion: 2024-11-12-0651
29+
runtimeVersion: 2024-12-27-0225
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1
3333
kind: RuntimeClass
3434
metadata:
3535
name: python
3636
spec:
37-
title: "python"
37+
title: "Python"
3838
kind: Language
3939
description: python

yaml/en/Language/python/3.11/3.11.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: python-3-11-2024-11-12-0651
4+
name: python-3-11-2024-12-27-0225
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: python
1010
config:
11-
image: ghcr.io/labring-actions/devbox/python-3.11:13aacd
11+
image: ghcr.io/labring-actions/devbox/python-3.11:cf6436
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,14 +26,14 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: python 3.11
2828
version: "3.11"
29-
runtimeVersion: 2024-11-12-0651
29+
runtimeVersion: 2024-12-27-0225
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1
3333
kind: RuntimeClass
3434
metadata:
3535
name: python
3636
spec:
37-
title: "python"
37+
title: "Python"
3838
kind: Language
3939
description: python

yaml/en/Language/python/3.12/3.12.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: devbox.sealos.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: python-3-12-2024-11-19-0915
4+
name: python-3-12-2024-12-27-0225
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: python
1010
config:
11-
image: ghcr.io/labring-actions/devbox/python-3.12:eeea16
11+
image: ghcr.io/labring-actions/devbox/python-3.12:cf6436
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,14 +26,14 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: python 3.12
2828
version: "3.12"
29-
runtimeVersion: 2024-11-19-0915
29+
runtimeVersion: 2024-12-27-0225
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1
3333
kind: RuntimeClass
3434
metadata:
3535
name: python
3636
spec:
37-
title: "python"
37+
title: "Python"
3838
kind: Language
3939
description: python

0 commit comments

Comments
 (0)