The official distroless-nodejs docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
This image contains a minimal Linux, that only contains the Node.js runtime.
libnode.so and the built-in modules in node_muodules)The tag of each distroless-nodejs docker image is consist of the version of Node.js and version of openEuler. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 20.18.2-oe2403lts | Node.js 20.18.2 on openEuler 24.03-LTS | amd64, arm64 |
The container automatically uses the built-in Node.js runtime to execute the file, so you don't need to call node explicitly. For example
FROM openeuler/distroless-nodejs:20.18.2-oe2403lts
COPY hello.js /hello.js
CMD ["/hello.js"]
For implementation details, refer to the distroless-base-nonroot documentation.
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:e02eeba14…
Size
40.2 MB
Last updated
about 1 month ago
docker pull openeuler/distroless-nodejs:20.18.2-oe2403ltsPulls:
12
Last week