You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to add the missing shared libraries: `apk add --no-cache gcompat`
198
201
199
202
To minimize image size, it's uncommon for additional related tools
200
203
(such as `git` or `bash`) to be included in Alpine-based images. Using this
201
204
image as a base, add the things you need in your own Dockerfile
202
205
(see the [`alpine` image description](https://hub.docker.com/_/alpine/) for
203
206
examples of how to install packages if you are unfamiliar).
204
207
205
-
To make the image size even smaller, you can [bundle without npm/yarn](./docs/BestPractices.md#smaller-images-without-npmyarn).
208
+
To make the image size even smaller, you
209
+
can [bundle without npm/yarn](./docs/BestPractices.md#smaller-images-without-npmyarn).
206
210
207
211
### `node:bullseye`
208
212
@@ -224,6 +228,16 @@ in an environment where *only* the Node.js image will be deployed and you have
224
228
space constraints, we highly recommend using the default image of this
225
229
repository.
226
230
231
+
### `node:windowsservercore-ltsc<2019|2022>`
232
+
233
+
This image is based on Windows Server Core and is the recommended image
234
+
for users who require Windows-based environments.
235
+
It is available in two versions:`node:windowsservercore-ltsc2019` and `node:windowsservercore-ltsc2022`.
236
+
You can run this image on Windows Server 2019 or Windows Server 2022 or on Windows desktop versions
237
+
that support Windows containers.
238
+
Keep in mind that these images are significantly larger than the Linux-based
239
+
variants due to the Windows Server Core base.
240
+
227
241
## License
228
242
229
243
[License information](https://github.com/nodejs/node/blob/master/LICENSE) for
@@ -242,7 +256,8 @@ upgrade your Docker daemon.
242
256
243
257
## Supported Node.js versions
244
258
245
-
This project will support Node.js versions as still under active support as per the [Node.js release schedule](https://github.com/nodejs/Release).
259
+
This project will support Node.js versions as still under active support as per
260
+
the [Node.js release schedule](https://github.com/nodejs/Release).
0 commit comments