Our custom images base on debian/ alpine image with lastest updated packages.
10K+
Currently, when build Dockerfile, we have many duplicate image layers to pull node:<tag> image and update the latest package on it. So, we need a reference image to minimize waiting time.
All our image tag will be based on
20-alpine: Extend from node:lts-alpine20 and add RUN apk update && apk add python3 alpine-sdk20-iron: Extend from node:iron-slim and add apt-get update && apt-get install -y build-essential22-alpine: Extend from node:22-alpine3.20 and add RUN apk update && apk add python3 alpine-sdk22-bookworm: Extend from node:22-bookworm-slim and add apt-get update && apt-get install -y build-essential22-bookworm-rust: Extend from node:22-bookworm-slim and add rustupContent type
Image
Digest
sha256:6e6d19501…
Size
225.5 MB
Last updated
7 months ago
docker pull orochinetwork/node:22-bookworm