@@ -31,6 +31,7 @@ the [AWS CLI](https://aws.amazon.com/cli/).
31
31
- [ nodejs12.x] ( #nodejs12x )
32
32
- [ nodejs14.x] ( #nodejs14x )
33
33
- [ nodejs16.x] ( #nodejs16x )
34
+ - [ nodejs18.x] ( #nodejs18x )
34
35
- [ python3.8] ( #python38 )
35
36
- [ python3.9] ( #python39 )
36
37
- [ ruby2.7] ( #ruby27 )
@@ -110,6 +111,24 @@ Build images
110
111
| x86_64 | ` mlupin/docker-lambda:nodejs16.x-build-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:nodejs16.x-build-x86_64 ` |
111
112
| arm64 | ` mlupin/docker-lambda:nodejs16.x-build-arm64 ` | ` ghcr.io/mlupine/docker-lambda:nodejs16.x-build-arm64 ` |
112
113
114
+ ### nodejs18.x
115
+
116
+ Runtime images
117
+
118
+ | Platform | Docker Hub | GitHub Container Registry |
119
+ | --------- | ---------------------------------------- | ------------------------------------------------- |
120
+ | Universal | ` mlupin/docker-lambda:nodejs18.x ` | ` ghcr.io/mlupine/docker-lambda:nodejs18.x ` |
121
+ | x86_64 | ` mlupin/docker-lambda:nodejs18.x-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:nodejs18.x-x86_64 ` |
122
+ | arm64 | ` mlupin/docker-lambda:nodejs18.x-arm64 ` | ` ghcr.io/mlupine/docker-lambda:nodejs18.x-arm64 ` |
123
+
124
+ Build images
125
+
126
+ | Platform | Docker Hub | GitHub Container Registry |
127
+ | --------- | ---------------------------------------------- | ------------------------------------------------------- |
128
+ | Universal | ` mlupin/docker-lambda:nodejs18.x-build ` | ` ghcr.io/mlupine/docker-lambda:nodejs18.x-build ` |
129
+ | x86_64 | ` mlupin/docker-lambda:nodejs18.x-build-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:nodejs18.x-build-x86_64 ` |
130
+ | arm64 | ` mlupin/docker-lambda:nodejs18.x-build-arm64 ` | ` ghcr.io/mlupine/docker-lambda:nodejs18.x-build-arm64 ` |
131
+
113
132
114
133
### python3.8
115
134
@@ -223,19 +242,19 @@ Build images
223
242
224
243
Runtime images
225
244
226
- | Platform | Docker Hub | GitHub Container Registry |
227
- | --------- | ------------------------------------------- | ------ ---------------------------------------------- |
228
- | Universal | ` mlupin/docker-lambda:dotnet6 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6 ` |
229
- | x86_64 | ` mlupin/docker-lambda:dotnet6-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-x86_64 ` |
230
- | arm64 | ` mlupin/docker-lambda:dotnet6-arm64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-arm64 ` |
245
+ | Platform | Docker Hub | GitHub Container Registry |
246
+ | --------- | ------------------------------------- | ---------------------------------------------- |
247
+ | Universal | ` mlupin/docker-lambda:dotnet6 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6 ` |
248
+ | x86_64 | ` mlupin/docker-lambda:dotnet6-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-x86_64 ` |
249
+ | arm64 | ` mlupin/docker-lambda:dotnet6-arm64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-arm64 ` |
231
250
232
251
Build images
233
252
234
- | Platform | Docker Hub | GitHub Container Registry |
235
- | --------- | ------------------------------------------------- | ------ ---------------------------------------------------- |
236
- | Universal | ` mlupin/docker-lambda:dotnet6-build ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-build ` |
237
- | x86_64 | ` mlupin/docker-lambda:dotnet6-build-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-build-x86_64 ` |
238
- | arm64 | ` mlupin/docker-lambda:dotnet6-build-arm64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-build-arm64 ` |
253
+ | Platform | Docker Hub | GitHub Container Registry |
254
+ | --------- | ------------------------------------------- | ---------------------------------------------------- |
255
+ | Universal | ` mlupin/docker-lambda:dotnet6-build ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-build ` |
256
+ | x86_64 | ` mlupin/docker-lambda:dotnet6-build-x86_64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-build-x86_64 ` |
257
+ | arm64 | ` mlupin/docker-lambda:dotnet6-build-arm64 ` | ` ghcr.io/mlupine/docker-lambda:dotnet6-build-arm64 ` |
239
258
240
259
### provided.al2
241
260
0 commit comments