Installation (Open Source)
Recommended Options
Docker Compose
See instructions in DOCKER.md
SaaS (Includes Support & Supports the Project)
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