Sign inSign up

openkylin/node

By openkylin

Updated 5 months ago

Image
0

1.4K

openkylin/node repository overview

Node.js

Quick reference

Build reference

  1. Build images and push:
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

  1. Run:
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

TagCurrentlyArchitectures
22.21.1-ok20node 22.21.1 on openKylin 2.0amd64,arm64,riscv64
24.14.1-ok20node 24.14.1 on openKylin 2.0amd64,arm64,riscv64

Tag summary

Content type

Image

Digest

sha256:38ccfec15

Size

101.1 MB

Last updated

5 months ago

docker pull openkylin/node