ImBIOS / bun-node

Pre-configured Bun and Node.js Docker Images for Seamless, Optimized Development and Deployment.

Home Page:https://hub.docker.com/r/imbios/bun-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bun and Node.js Docker Images: Optimize Your Development Workflow πŸ‡ 🐳 🐒 πŸš€

dockeri.co

GitHub issues GitHub stars

This repository offers pre-configured Docker images combining Bun, with Node.js, the popular JavaScript runtime. Ideal for development, testing, and production environments.

Use node.js as runtime, and bun as package manager, etc. The node.js in this docker image functions as fallback when bun is not implement the feature yet.

Features

  • Multiple Node.js Versions: Supports Node.js versions which currently supported by docker-node
  • Variety of Builds: Available in Alpine, Debian, and Slim versions

Quick Start

docker pull imbios/bun-node

Build Types

  • alpine: Minimal build ideal for smaller footprint
  • debian: Standard build, balanced between size and features
  • slim: Debian-based but lighter, stripped of unnecessary files

Advanced Image Tagging

imbios/bun-node:<bun-version>-<node-version>-<build-type>[optional -git]
  • bun-version: Bun version (e.g. 1.0.0, 1.0.30, 1) or tag (e.g. latest or canary)
  • node-version: Node.js version (e.g. 18, 20.11, 21.7.1) or tag (e.g. hydrogen, iron, current)
  • build-type: Build type (e.g. alpine, debian, slim)
  • optional -git: Optional git tag, an alpine image with git installed

Show Your Support 🌟

If you find this Docker image useful, please consider giving it a star on GitHub! Your support encourages me to keep maintaining and improving it.

Contribution

Feel free to contribute by submitting pull requests or by reporting issues.

License

This project is licensed under the MIT License.


For custom configurations and support, visit Project Wiki or Issues.

Keywords

Docker, Node.js, Bun, Development, Deployment, Alpine, Debian, Slim

About

Pre-configured Bun and Node.js Docker Images for Seamless, Optimized Development and Deployment.

https://hub.docker.com/r/imbios/bun-node

License:MIT License


Languages

Language:Shell 54.0%Language:Python 46.0%