Skip to content

Commit 4f957a3

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

File tree

6 files changed

+36
-12
lines changed

6 files changed

+36
-12
lines changed

config-cn.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
"name": "18.2.0",
6060
"image": "ghcr.io/labring-actions/devbox/react-18.2.0:259d6a5",
6161
"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\"}",
62+
"state": "deprecated"
63+
},
64+
{
65+
"name": "18.2.0",
66+
"image": "ghcr.io/labring-actions/devbox/react-18.2.0:d885fdf",
67+
"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\"}",
6268
"state": "active"
6369
}
6470
]
@@ -106,6 +112,12 @@
106112
"name": "v18",
107113
"image": "ghcr.io/labring-actions/devbox/angular-v18:c148b68",
108114
"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\"}",
115+
"state": "deprecated"
116+
},
117+
{
118+
"name": "v18",
119+
"image": "ghcr.io/labring-actions/devbox/angular-v18:d885fdf",
120+
"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\"}",
109121
"state": "active"
110122
}
111123
]

config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"name": "18.2.0",
3232
"image": "ghcr.io/labring-actions/devbox/react-18.2.0:259d6a",
3333
"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\"}",
34+
"state": "deprecated"
35+
},
36+
{
37+
"name": "18.2.0",
38+
"image": "ghcr.io/labring-actions/devbox/react-18.2.0:d885fd",
39+
"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\"}",
3440
"state": "active"
3541
}
3642
]
@@ -60,6 +66,12 @@
6066
"name": "v18",
6167
"image": "ghcr.io/labring-actions/devbox/angular-v18:c148b6",
6268
"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\"}",
69+
"state": "deprecated"
70+
},
71+
{
72+
"name": "v18",
73+
"image": "ghcr.io/labring-actions/devbox/angular-v18:d885fd",
74+
"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\"}",
6375
"state": "active"
6476
}
6577
]

yaml/cn/Framework/angular/v18/v18.yaml

Lines changed: 3 additions & 3 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: angular-v18-2024-12-24-1012
4+
name: angular-v18-2024-12-25-0709
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: angular
1010
config:
11-
image: ghcr.io/labring-actions/devbox/angular-v18:c148b68
11+
image: ghcr.io/labring-actions/devbox/angular-v18:d885fdf
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,7 +26,7 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: angular v18
2828
version: "v18"
29-
runtimeVersion: 2024-12-24-1012
29+
runtimeVersion: 2024-12-25-0709
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1

yaml/cn/Framework/react/18.2.0/18.2.0.yaml

Lines changed: 3 additions & 3 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: react-18-2-0-2024-12-25-0639
4+
name: react-18-2-0-2024-12-25-0709
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: react
1010
config:
11-
image: ghcr.io/labring-actions/devbox/react-18.2.0:259d6a5
11+
image: ghcr.io/labring-actions/devbox/react-18.2.0:d885fdf
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,7 +26,7 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: react 18.2.0
2828
version: "18.2.0"
29-
runtimeVersion: 2024-12-25-0639
29+
runtimeVersion: 2024-12-25-0709
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1

yaml/en/Framework/angular/v18/v18.yaml

Lines changed: 3 additions & 3 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: angular-v18-2024-12-24-1012
4+
name: angular-v18-2024-12-25-0709
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: angular
1010
config:
11-
image: ghcr.io/labring-actions/devbox/angular-v18:c148b6
11+
image: ghcr.io/labring-actions/devbox/angular-v18:d885fd
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,7 +26,7 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: angular v18
2828
version: "v18"
29-
runtimeVersion: 2024-12-24-1012
29+
runtimeVersion: 2024-12-25-0709
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1

yaml/en/Framework/react/18.2.0/18.2.0.yaml

Lines changed: 3 additions & 3 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: react-18-2-0-2024-12-25-0639
4+
name: react-18-2-0-2024-12-25-0709
55
namespace: devbox-system
66
annotations:
77
devbox.sealos.io/defaultVersion: "false"
88
spec:
99
classRef: react
1010
config:
11-
image: ghcr.io/labring-actions/devbox/react-18.2.0:259d6a
11+
image: ghcr.io/labring-actions/devbox/react-18.2.0:d885fd
1212
ports:
1313
- containerPort: 22
1414
name: devbox-ssh-port
@@ -26,7 +26,7 @@ spec:
2626
- /home/devbox/project/entrypoint.sh
2727
description: react 18.2.0
2828
version: "18.2.0"
29-
runtimeVersion: 2024-12-25-0639
29+
runtimeVersion: 2024-12-25-0709
3030
state: active
3131
---
3232
apiVersion: devbox.sealos.io/v1alpha1

0 commit comments

Comments
 (0)