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
-[Governance and Current Members](#governance-and-current-members)
38
40
-[Docker Maintainers](#docker-maintainers)
@@ -291,6 +293,23 @@ for current Engine versions.
291
293
292
294
This project will support Node.js versions as still under active support as per the [Node.js release schedule](https://github.com/nodejs/Release).
293
295
296
+
## Supported architectures
297
+
298
+
`node` images are built for the Linux operating system and architecture combinations defined in [versions.json](https://github.com/nodejs/docker-node/blob/main/versions.json).
299
+
300
+
- The [Node.js Platform list](https://github.com/nodejs/node/blob/main/BUILDING.md#official-binary-platforms-and-toolchains) defines [Support Tiers](https://github.com/nodejs/node/blob/main/BUILDING.md#strategy) 1, 2 and Experimental for platform and architecture combinations of Node.js builds and for each separate Node.js release line
301
+
- The [Docker official images library](https://github.com/docker-library/official-images#architectures-other-than-amd64) lists the supported architectures in the Docker build environment
302
+
303
+
Each of the architectures for Debian images belong to the Node.js support tier 1 or 2, recommended for production applications.
304
+
305
+
### musl builds for Alpine
306
+
307
+
`musl` builds for `amd64` are listed under support tier "Experimental" and are tested by the Node.js build process before being used in Docker images. "Experimental" status for Node.js is defined as:
308
+
309
+
> Experimental: May not compile or test suite may not pass. The core team does not create releases for these platforms. Test failures on experimental platforms do not block releases. Contributions to improve support for these platforms are welcome.
310
+
311
+
`musl` builds for other architectures, including `arm64`, are not rigorously tested before release.
312
+
294
313
## Yarn v1 Classic bundling
295
314
296
315
The [Yarn v1 Classic](https://classic.yarnpkg.com/) package manager is bundled in `node` image
0 commit comments