Skip to content

Commit

Permalink
auto generate runtime yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird authored and github-actions[bot] committed Sep 6, 2024
1 parent 2539aac commit d36950c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions yaml/Language/python/python3.10/runtime-python3.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: python3-10
spec:
title: python3.10
classRef: python
description: "python3.10"
config:
user: sealos
image: ghcr.io/labring-actions/devbox/python3.10:2539aa
category:
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: python
spec:
title: python
kind: Language
description: "python"
21 changes: 21 additions & 0 deletions yaml/Language/python/python3.11/runtime-python3.11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: python3-11
spec:
title: python3.11
classRef: python
description: "python3.11"
config:
user: sealos
image: ghcr.io/labring-actions/devbox/python3.11:2539aa
category:
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: python
spec:
title: python
kind: Language
description: "python"
21 changes: 21 additions & 0 deletions yaml/Language/python/python3.12/runtime-python3.12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: python3-12
spec:
title: python3.12
classRef: python
description: "python3.12"
config:
user: sealos
image: ghcr.io/labring-actions/devbox/python3.12:2539aa
category:
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: python
spec:
title: python
kind: Language
description: "python"

0 comments on commit d36950c

Please sign in to comment.