Skip to content

nstrumenta base docker image with utilities, gcloud, terraform, docker

Notifications You must be signed in to change notification settings

nstrumenta/base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nstrumenta/base

Docker images for the nstrumenta platform.

Images

nstrumenta/base

Minimal CI/CD image for building and testing.

Included:

  • Node.js 24.12.0 LTS (Krypton, active until 2027-04-30)
  • Python 3 + pip (for npm native modules)
  • Essential utils: git, jq, curl, wget, zip

Size: ~200MB

Usage:

FROM nstrumenta/base:latest

nstrumenta/developer

Full development environment extending base with deployment and dev tools.

Includes everything in base plus:

  • Google Cloud SDK (gcloud)
  • Chromium (for Angular tests)
  • Python packaging tools (setuptools, wheel, twine)
  • MCAP CLI (for inspecting/converting MCAP files)
  • GitHub CLI (gh)
  • Docker CLI v29.1.3 (uses host daemon via socket mount)
  • tmux

Size: ~580MB

Usage:

FROM nstrumenta/developer:latest

About

nstrumenta base docker image with utilities, gcloud, terraform, docker

Resources

Stars

Watchers

Forks

Packages

No packages published