Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

:node

Node.js LTS runtime. Inherits all :core tools.

Base

FROM ghcr.io/driftsys/dock:core (via build context)

Installed tools

ToolInstall methodPurpose
nodeapk (nodejs)Node.js LTS runtime
npmapk (npm)Package manager

Usage in CI

jobs:
  build:
    runs-on: ubuntu-latest
    container: ghcr.io/driftsys/dock:node
    steps:
      - uses: actions/checkout@v4
      - run: npm ci
      - run: npm test

Approximate size

~115 MB (Alpine)