The official Node.js docker image.
Maintained by: openKylin RISC-V SIG.
Where to get help: openKylin RISC-V SIG, openKylin.
docker buildx build -t "openkylin/node:$VERSION" --platform linux/amd64,linux/arm64 . --push
We are using buildx in here to generate multi-arch images, see more in Docker Buildx
docker run -it openkylin/node:$VERSION bash
The tag of each next docker image is consist of the version of next and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 22.21.1-ok20 | node 22.21.1 on openKylin 2.0 | amd64,arm64,riscv64 |
| 24.14.1-ok20 | node 24.14.1 on openKylin 2.0 | amd64,arm64,riscv64 |
Content type
Image
Digest
sha256:38ccfec15…
Size
101.1 MB
Last updated
5 months ago
docker pull openkylin/node