Sign inSign up

grapehub/buildninja-server

By grapehub

Updated about 1 month ago

Image
Integration & delivery
Developer tools
0

10K+

grapehub/buildninja-server repository overview

BuildNinja is a powerful Continuous Integration and Continuous Delivery (CI/CD) platform designed to automate the entire software development lifecycle. This Docker image contains the BuildNinja server component that orchestrates builds, manages deployments, and provides a centralized dashboard for monitoring your CI/CD pipelines.

Key Features:

  • Automated build and deployment pipelines
  • Git integration (GitHub, GitLab, Bitbucket)
  • Real-time dashboard with build monitoring
  • Multi-environment deployment support
  • Distributed build agent management
  • Cross-platform support (Windows, Linux)
  • Containerized deployment with Docker/Kubernetes
  • Real-time logs, metrics, and alerting

Quick Start:

Pull the image

docker pull grapehub/buildninja-server:tag

Run with required environment variables

docker run -d -p 8800:8800 --name buildninja-server \
  -e BN_SERVER_PORT=8800 \
  -e BN_SERVER_MONGOURI=mongodb://<your-current-machine-ip>:27017 \
  -e BN_SERVER_MONGODB=bn_server_stage \
  grapehub/buildninja-server:tag

Requirements:

  • MongoDB database
  • Agent container (grapehub/buildninja-agent) for build execution

Access: Open http://localhost:8800 (Default login: root/root@123)

Documentation: BuildNinja Overview

Support: [email protected]

Tag summary

Content type

Image

Digest

sha256:1d585b070

Size

322.8 MB

Last updated

about 1 month ago

docker pull grapehub/buildninja-server