Skip to content

Commit 3be4824

Browse files
add: feedback-dhi (#23497)
<!--Delete sections as needed --> ## Description Adds the communication point between the world and the DHI team. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Craig Osterhout <[email protected]>
1 parent 9110fbe commit 3be4824

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

content/manuals/dhi/about/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ params:
2020
description: Learn about the different image types, distributions, and variants offered in the Docker Hardened Images catalog.
2121
icon: view_module
2222
link: /dhi/about/available/
23+
- title: Questions, bugs, or feedback
24+
icon: question_exchange
25+
description: Docker welcomes all contributions and feedback — whether it’s a bug report, feature suggestion, or security concern.
26+
link: /dhi/about/feedback
2327
---
2428

2529
Docker Hardened Images (DHIs) are purpose-built for security, compliance, and
@@ -32,4 +36,4 @@ containerized workloads.
3236

3337
{{< grid
3438
items="grid_about"
35-
>}}
39+
>}}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Questions, bugs, or feedback
3+
linkTitle: Feedback
4+
description: How to interact with the DHI team
5+
keywords: software supply chain security, feedback, bugs, discussion, questions
6+
weight: 50
7+
---
8+
9+
Committed to maintaining the quality, security, and reliability of the Docker Hardened Images (DHI)
10+
a repository has been created as a point of contact to encourage the community to collaborate
11+
in improving the Hardened Images ecosystem.
12+
13+
## Questions or discussions
14+
15+
You can use the [GitHub Discussions board](https://github.com/docker-hardened-images/discussion) to engage with the DHI
16+
team for:
17+
18+
- General questions about DHIs
19+
- Best practices and recommendations
20+
- Security tips and advice
21+
- Show and tell your implementations
22+
- Community announcements
23+
24+
## Reporting bugs or issues
25+
26+
You can [open a new issue](https://github.com/docker-hardened-images/discussion/issues/) for topics such as:
27+
28+
- Bug reports
29+
- Feature requests
30+
- Documentation improvements
31+
- Security vulnerabilities (see security policy)
32+
33+
It's encouraged to first search existing issues to see if it’s already been reported.
34+
The DHI team reviews reports regularly and appreciates clear, actionable feedback.
35+
36+
## Responsible security disclosure
37+
38+
It is forbidden to post details of vulnerabilities before coordinated disclosure and resolution.
39+
40+
If you discover a security vulnerability, report it responsibly by following Docker’s [security disclosure](https://www.docker.com/trust/vulnerability-disclosure-policy/).

0 commit comments

Comments
 (0)