Skip to content

Commit 2f09f26

Browse files
updated support for benchmark language versions
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent d1a7052 commit 2f09f26

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

config/systems.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"languages": {
1818
"python": {
1919
"base_images": {
20-
"3.7": "python:3.7-slim",
21-
"3.8": "python:3.8-slim"
20+
"3.8": "python:3.8-slim",
21+
"3.9": "python:3.9-slim"
2222
},
2323
"images": [
2424
"run",
@@ -34,8 +34,8 @@
3434
},
3535
"nodejs": {
3636
"base_images": {
37-
"12": "node:12-slim",
38-
"14": "node:14-slim"
37+
"18": "node:18-slim",
38+
"20": "node:20-slim"
3939
},
4040
"images": [
4141
"run",
@@ -56,11 +56,9 @@
5656
"python": {
5757
"base_images": {
5858
"3.9": "amazon/aws-lambda-python:3.9",
59-
"3.8": "amazon/aws-lambda-python:3.8",
60-
"3.7": "amazon/aws-lambda-python:3.7"
59+
"3.8": "amazon/aws-lambda-python:3.8"
6160
},
6261
"versions": [
63-
"3.7",
6462
"3.8",
6563
"3.9"
6664
],
@@ -122,7 +120,9 @@
122120
},
123121
"nodejs": {
124122
"base_images": {
125-
"14": "mcr.microsoft.com/azure-functions/node:3.0-node14"
123+
"16": "mcr.microsoft.com/azure-functions/node:3.0-node16",
124+
"18": "mcr.microsoft.com/azure-functions/node:3.0-node18",
125+
"20": "mcr.microsoft.com/azure-functions/node:3.0-node20"
126126
},
127127
"images": [
128128
"build"
@@ -150,9 +150,8 @@
150150
"languages": {
151151
"python": {
152152
"base_images": {
153-
"3.7": "ubuntu:22.04",
154-
"3.8": "ubuntu:22.04",
155-
"3.9": "ubuntu:22.04"
153+
"3.9": "ubuntu:22.04",
154+
"3.10": "ubuntu:22.04"
156155
},
157156
"images": [
158157
"build"
@@ -170,10 +169,8 @@
170169
},
171170
"nodejs": {
172171
"base_images": {
173-
"10": "gcr.io/google-appengine/nodejs",
174-
"12": "gcr.io/google-appengine/nodejs",
175-
"14": "gcr.io/google-appengine/nodejs",
176-
"16": "gcr.io/google-appengine/nodejs"
172+
"18": "gcr.io/google-appengine/nodejs",
173+
"20": "gcr.io/google-appengine/nodejs"
177174
},
178175
"images": [
179176
"build"
@@ -196,8 +193,9 @@
196193
"languages": {
197194
"python": {
198195
"base_images": {
199-
"3.7": "openwhisk/action-python-v3.7",
200-
"3.9": "openwhisk/action-python-v3.9"
196+
"3.9": "openwhisk/action-python-v3.9",
197+
"3.10": "openwhisk/action-python-v3.10",
198+
"3.11": "openwhisk/action-python-v3.11"
201199
},
202200
"images": [
203201
"function"
@@ -216,8 +214,8 @@
216214
},
217215
"nodejs": {
218216
"base_images": {
219-
"10": "openwhisk/action-nodejs-v10",
220-
"12": "openwhisk/action-nodejs-v12"
217+
"18": "openwhisk/action-nodejs-v18",
218+
"20": "openwhisk/action-nodejs-v20"
221219
},
222220
"images": [
223221
"function"

0 commit comments

Comments
 (0)