Skip to content

Commit e4301cb

Browse files
chore: using 3.1.0-mastrogpt.2405160951 runtimes build
1 parent 10d492e commit e4301cb

File tree

2 files changed

+146
-48
lines changed

2 files changed

+146
-48
lines changed

nuvroot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.1-beta.2401121536",
2+
"version": "3.0.1-beta.2405062139",
33
"config": {
44
"nuvolaris": {
55
"apihost": "auto",

runtimes.json

Lines changed: 145 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,26 @@
1515
"runtimes": {
1616
"nodejs": [
1717
{
18-
"kind": "nodejs:18",
18+
"kind": "nodejs:21",
19+
"default": false,
20+
"image": {
21+
"prefix": "ghcr.io/nuvolaris",
22+
"name": "runtime-nodejs-v21",
23+
"tag": "3.1.0-mastrogpt.2405160951"
24+
},
25+
"deprecated": false,
26+
"attached": {
27+
"attachmentName": "codefile",
28+
"attachmentType": "text/plain"
29+
}
30+
},
31+
{
32+
"kind": "nodejs:20",
1933
"default": true,
2034
"image": {
2135
"prefix": "ghcr.io/nuvolaris",
22-
"name": "action-nodejs-v18",
23-
"tag": "3.0.0-beta.2311231822"
36+
"name": "runtime-nodejs-v20",
37+
"tag": "3.1.0-mastrogpt.2405160951"
2438
},
2539
"deprecated": false,
2640
"attached": {
@@ -41,15 +55,29 @@
4155
}
4256
]
4357
},
58+
{
59+
"kind": "nodejs:18",
60+
"default": false,
61+
"image": {
62+
"prefix": "ghcr.io/nuvolaris",
63+
"name": "runtime-nodejs-v18",
64+
"tag": "3.1.0-mastrogpt.2405160951"
65+
},
66+
"deprecated": false,
67+
"attached": {
68+
"attachmentName": "codefile",
69+
"attachmentType": "text/plain"
70+
}
71+
},
4472
{
4573
"kind": "nodejs:16",
4674
"default": false,
4775
"image": {
4876
"prefix": "ghcr.io/nuvolaris",
4977
"name": "action-nodejs-v16",
50-
"tag": "3.0.0-beta.2311231822"
78+
"tag": "3.0.0-beta.2309081459"
5179
},
52-
"deprecated": false,
80+
"deprecated": true,
5381
"attached": {
5482
"attachmentName": "codefile",
5583
"attachmentType": "text/plain"
@@ -62,8 +90,8 @@
6290
"default": true,
6391
"image": {
6492
"prefix": "ghcr.io/nuvolaris",
65-
"name": "action-python-v311",
66-
"tag": "3.0.0-beta.2401111655"
93+
"name": "runtime-python-v3.11",
94+
"tag": "3.1.0-mastrogpt.2405160951"
6795
},
6896
"deprecated": false,
6997
"attached": {
@@ -84,13 +112,41 @@
84112
}
85113
]
86114
},
115+
{
116+
"kind": "python:3.11",
117+
"default": false,
118+
"image": {
119+
"prefix": "ghcr.io/nuvolaris",
120+
"name": "runtime-python-v3.11",
121+
"tag": "3.1.0-mastrogpt.2405160951"
122+
},
123+
"deprecated": false,
124+
"attached": {
125+
"attachmentName": "codefile",
126+
"attachmentType": "text/plain"
127+
}
128+
},
129+
{
130+
"kind": "python:3.12",
131+
"default": false,
132+
"image": {
133+
"prefix": "ghcr.io/nuvolaris",
134+
"name": "runtime-python-v3.12",
135+
"tag": "3.1.0-mastrogpt.2405160951"
136+
},
137+
"deprecated": false,
138+
"attached": {
139+
"attachmentName": "codefile",
140+
"attachmentType": "text/plain"
141+
}
142+
},
87143
{
88144
"kind": "python:310",
89145
"default": false,
90146
"image": {
91147
"prefix": "ghcr.io/nuvolaris",
92-
"name": "action-python-v310",
93-
"tag": "3.0.0-beta.2401111655"
148+
"name": "runtime-python-v3.10",
149+
"tag": "3.1.0-mastrogpt.2405160951"
94150
},
95151
"deprecated": false,
96152
"attached": {
@@ -130,69 +186,125 @@
130186
"requireMain": true
131187
}
132188
],
189+
"go": [
190+
{
191+
"kind": "go:1.22",
192+
"default": true,
193+
"deprecated": false,
194+
"attached": {
195+
"attachmentName": "codefile",
196+
"attachmentType": "text/plain"
197+
},
198+
"image": {
199+
"prefix": "ghcr.io/nuvolaris",
200+
"name": "runtime-golang-v1.22",
201+
"tag": "3.1.0-mastrogpt.2405160951"
202+
}
203+
},
204+
{
205+
"kind": "go:1.21",
206+
"default": false,
207+
"deprecated": false,
208+
"attached": {
209+
"attachmentName": "codefile",
210+
"attachmentType": "text/plain"
211+
},
212+
"image": {
213+
"prefix": "ghcr.io/nuvolaris",
214+
"name": "runtime-golang-v1.21",
215+
"tag": "3.1.0-mastrogpt.2405160951"
216+
}
217+
},
218+
{
219+
"kind": "go:1.20",
220+
"default": false,
221+
"deprecated": false,
222+
"attached": {
223+
"attachmentName": "codefile",
224+
"attachmentType": "text/plain"
225+
},
226+
"image": {
227+
"prefix": "ghcr.io/nuvolaris",
228+
"name": "runtime-golang-v1.20",
229+
"tag": "3.1.0-mastrogpt.2405160951"
230+
}
231+
},
232+
{
233+
"kind": "go:1.20mf",
234+
"default": false,
235+
"deprecated": false,
236+
"attached": {
237+
"attachmentName": "codefile",
238+
"attachmentType": "text/plain"
239+
},
240+
"image": {
241+
"prefix": "ghcr.io/nuvolaris",
242+
"name": "go-nuvolaris-metaflow",
243+
"tag": "bc86ab6"
244+
}
245+
}
246+
],
133247
"php": [
134248
{
135-
"kind": "php:8.2",
249+
"kind": "php:8.3",
136250
"default": true,
137251
"deprecated": false,
138252
"image": {
139253
"prefix": "ghcr.io/nuvolaris",
140-
"name": "action-php-v8.2",
141-
"tag": "3.0.0-beta.2311031603"
254+
"name": "runtime-php-v8.3",
255+
"tag": "3.1.0-mastrogpt.2405160951"
142256
},
143257
"attached": {
144258
"attachmentName": "codefile",
145259
"attachmentType": "text/plain"
146260
}
147-
},
261+
},
148262
{
149-
"kind": "php:8.1",
263+
"kind": "php:8.2",
150264
"default": false,
151265
"deprecated": false,
152266
"image": {
153267
"prefix": "ghcr.io/nuvolaris",
154-
"name": "action-php-v8.1",
155-
"tag": "3.0.0-beta.2311031603"
268+
"name": "runtime-php-v8.2",
269+
"tag": "3.1.0-mastrogpt.2405160951"
156270
},
157271
"attached": {
158272
"attachmentName": "codefile",
159273
"attachmentType": "text/plain"
160274
}
161275
},
162276
{
163-
"kind": "php:8.0",
277+
"kind": "php:8.1",
164278
"default": false,
165279
"deprecated": false,
166280
"image": {
167281
"prefix": "ghcr.io/nuvolaris",
168-
"name": "action-php-v8.0",
169-
"tag": "3.0.0-beta.2311031603"
282+
"name": "runtime-php-v8.1",
283+
"tag": "3.1.0-mastrogpt.2405160951"
170284
},
171285
"attached": {
172286
"attachmentName": "codefile",
173287
"attachmentType": "text/plain"
174288
}
175-
}
176-
],
177-
"ruby": [
289+
},
178290
{
179-
"kind": "ruby:2.5",
180-
"default": true,
291+
"kind": "php:8.0",
292+
"default": false,
181293
"deprecated": false,
294+
"image": {
295+
"prefix": "ghcr.io/nuvolaris",
296+
"name": "runtime-php-v8.0",
297+
"tag": "3.1.0-mastrogpt.2405160951"
298+
},
182299
"attached": {
183300
"attachmentName": "codefile",
184301
"attachmentType": "text/plain"
185-
},
186-
"image": {
187-
"prefix": "openwhisk",
188-
"name": "action-ruby-v2.5",
189-
"tag": "nightly"
190302
}
191303
}
192304
],
193-
"go": [
305+
"ruby": [
194306
{
195-
"kind": "go:1.17",
307+
"kind": "ruby:2.5",
196308
"default": true,
197309
"deprecated": false,
198310
"attached": {
@@ -201,25 +313,11 @@
201313
},
202314
"image": {
203315
"prefix": "openwhisk",
204-
"name": "action-golang-v1.17",
316+
"name": "action-ruby-v2.5",
205317
"tag": "nightly"
206318
}
207-
},
208-
{
209-
"kind": "go:1.20mf",
210-
"default": false,
211-
"deprecated": false,
212-
"attached": {
213-
"attachmentName": "codefile",
214-
"attachmentType": "text/plain"
215-
},
216-
"image": {
217-
"prefix": "ghcr.io/nuvolaris",
218-
"name": "go-nuvolaris-metaflow",
219-
"tag": "bc86ab6"
220-
}
221319
}
222-
],
320+
],
223321
"dotnet": [
224322
{
225323
"kind": "dotnet:2.2",

0 commit comments

Comments
 (0)