orochinetwork/node

By orochinetwork

Updated 7 months ago

Our custom images base on debian/ alpine image with lastest updated packages.

Image
Languages & frameworks
0

10K+

orochinetwork/node repository overview

Quick reference

Introduction

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.

Supported tag

All our image tag will be based on

  • 20-alpine: Extend from node:lts-alpine20 and add RUN apk update && apk add python3 alpine-sdk
  • 20-iron: Extend from node:iron-slim and add apt-get update && apt-get install -y build-essential
  • 22-alpine: Extend from node:22-alpine3.20 and add RUN apk update && apk add python3 alpine-sdk
  • 22-bookworm: Extend from node:22-bookworm-slim and add apt-get update && apt-get install -y build-essential
  • 22-bookworm-rust: Extend from node:22-bookworm-slim and add rustup

Tag summary

Content type

Image

Digest

sha256:6e6d19501

Size

225.5 MB

Last updated

7 months ago

docker pull orochinetwork/node:22-bookworm