Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.49 KB

File metadata and controls

54 lines (37 loc) · 1.49 KB
title Installation
description DefectDojo supports various installation options.
draft false
weight 1
audience opensource
aliases
/en/open_source/installation/installation

Recommended Options


Docker Compose

See instructions in DOCKER.md

SaaS (Includes Support & Supports the Project)

SaaS link


Docker Image Variants


DefectDojo publishes Docker images in multiple variants:

AMD64 ARM64
Debian ✅ Supported ⚠️ Unit tested
Alpine ⚠️ Community ⚠️ Community

Debian on AMD64 is the officially supported and tested configuration. All CI tests (unit, integration, and performance) run against this combination.

Debian on ARM64 is built and covered by unit tests in CI, but integration and performance tests are not run against it.

The Alpine variants are built and published but are not covered by any automated testing. Use them at your own risk.


Options for the brave (not officially supported)


Kubernetes

See instructions in KUBERNETES.md

Local install with godojo

See instructions in README.md in the godojo repository


Customizing of settings

See Configuration