You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/get_started/open_source/installation.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,23 @@ See instructions in [DOCKER.md](<https://github.com/DefectDojo/django-DefectDojo
18
18
19
19
[SaaS link](https://defectdojo.com/platform)
20
20
21
+
---
22
+
## **Docker Image Variants**
23
+
---
24
+
25
+
DefectDojo publishes Docker images in multiple variants:
26
+
27
+
|| AMD64 | ARM64 |
28
+
|---|---|---|
29
+
|**Debian**| ✅ Supported | ⚠️ Unit tested |
30
+
|**Alpine**| ⚠️ Community | ⚠️ Community |
31
+
32
+
**Debian on AMD64** is the officially supported and tested configuration. All CI tests (unit, integration, and performance) run against this combination.
33
+
34
+
**Debian on ARM64** is built and covered by unit tests in CI, but integration and performance tests are not run against it.
35
+
36
+
The **Alpine** variants are built and published but are not covered by any automated testing. Use them at your own risk.
37
+
21
38
---
22
39
## **Options for the brave (not officially supported)**
description: JFrog Xray API Summary Artifact parser deduplication
6
+
---
7
+
8
+
## JFrog Xray API Summary Artifact parser deduplication
9
+
Deduplication of JFrog Xray API Summary Artifact findings is improved for newly imported findings.
10
+
11
+
To apply this on existing data, you need to recompute the hashes for this specific parser [see docs](https://docs.defectdojo.com/triage_findings/finding_deduplication/os__deduplication_tuning/#after-changing-deduplication-settings).
0 commit comments