From 9a94390b6ca0014be02b1f756d563216c6322a5b Mon Sep 17 00:00:00 2001 From: Enin Date: Sun, 5 Oct 2025 12:03:32 +0200 Subject: [PATCH 1/3] add: feedback-dhi --- content/manuals/dhi/about/_index.md | 6 +++- content/manuals/dhi/about/feedback.md | 40 +++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 content/manuals/dhi/about/feedback.md diff --git a/content/manuals/dhi/about/_index.md b/content/manuals/dhi/about/_index.md index a449c40fab25..1bfa70100e62 100644 --- a/content/manuals/dhi/about/_index.md +++ b/content/manuals/dhi/about/_index.md @@ -20,6 +20,10 @@ params: description: Learn about the different image types, distributions, and variants offered in the Docker Hardened Images catalog. icon: view_module link: /dhi/about/available/ + - title: Questions, bugs, feedback + icon: question_exchange + description: We welcome all contributions and feedback — whether it’s a bug report, feature suggestion, or security concern. + link: /dhi/about/feedback --- Docker Hardened Images (DHIs) are purpose-built for security, compliance, and @@ -32,4 +36,4 @@ containerized workloads. {{< grid items="grid_about" ->}} \ No newline at end of file +>}} diff --git a/content/manuals/dhi/about/feedback.md b/content/manuals/dhi/about/feedback.md new file mode 100644 index 000000000000..5995c8bd102e --- /dev/null +++ b/content/manuals/dhi/about/feedback.md @@ -0,0 +1,40 @@ +--- +title: Questions, bugs, feedback +linkTitle: Feedback +description: How to interact with the DHI team +keywords: software supply chain security, feedback, bugs, discussion, questions +weight: 21 +--- + +We’re committed to maintaining the quality, security, and reliability of the Docker Hardened Images (DHI). +As part of that commitment, we encourage the community to collaborate with us in improving the Hardened Images ecosystem. + +## Questions or discussions + +You can use the [GitHub Discussions board](https://github.com/docker-hardened-images/discussion) to engage with the DHI +team for + +- General questions about DHIs +- Best practices and recommendations +- Security tips and advice +- Show and tell your implementations +- Community announcements + +## Reporting Bugs or Issues + +You can [open a new issue](https://github.com/docker-hardened-images/discussion/issues/) for topics such as + +- Bug reports +- Feature requests +- Documentation improvements +- Security vulnerabilities (see security policy) + +We encourage to first search existing issues to see if it’s already been reported. +Our team reviews reports regularly and appreciates clear, actionable feedback. + +## Responsible Security Disclosure + +It is forbidden to post details of vulnerabilities before coordinated disclosure and resolution. + +If you discover a security vulnerability, please report it responsibly by following Docker’s [security disclosure](https://www.docker.com/trust/vulnerability-disclosure-policy/). + From 4b9dfa9637b7ae6941975f66bc60aa87bfb63bbd Mon Sep 17 00:00:00 2001 From: Enin Date: Sun, 5 Oct 2025 12:21:25 +0200 Subject: [PATCH 2/3] add: dhi-feedback --- content/manuals/dhi/about/feedback.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/content/manuals/dhi/about/feedback.md b/content/manuals/dhi/about/feedback.md index 5995c8bd102e..030714743140 100644 --- a/content/manuals/dhi/about/feedback.md +++ b/content/manuals/dhi/about/feedback.md @@ -3,16 +3,16 @@ title: Questions, bugs, feedback linkTitle: Feedback description: How to interact with the DHI team keywords: software supply chain security, feedback, bugs, discussion, questions -weight: 21 +weight: 21 --- -We’re committed to maintaining the quality, security, and reliability of the Docker Hardened Images (DHI). -As part of that commitment, we encourage the community to collaborate with us in improving the Hardened Images ecosystem. +We’re committed to maintaining the quality, security, and reliability of the Docker Hardened Images (DHI). +As part of that commitment, we encourage the community to collaborate in improving the Hardened Images ecosystem. ## Questions or discussions You can use the [GitHub Discussions board](https://github.com/docker-hardened-images/discussion) to engage with the DHI -team for +team for - General questions about DHIs - Best practices and recommendations @@ -30,11 +30,10 @@ You can [open a new issue](https://github.com/docker-hardened-images/discussion/ - Security vulnerabilities (see security policy) We encourage to first search existing issues to see if it’s already been reported. -Our team reviews reports regularly and appreciates clear, actionable feedback. +The DHI team reviews reports regularly and appreciates clear, actionable feedback. ## Responsible Security Disclosure It is forbidden to post details of vulnerabilities before coordinated disclosure and resolution. -If you discover a security vulnerability, please report it responsibly by following Docker’s [security disclosure](https://www.docker.com/trust/vulnerability-disclosure-policy/). - +If you discover a security vulnerability, please report it responsibly by following Docker’s [security disclosure](https://www.docker.com/trust/vulnerability-disclosure-policy/). From c96552b1c914039af92da1fec81a84803f0c7ebd Mon Sep 17 00:00:00 2001 From: Enin Date: Sun, 5 Oct 2025 12:28:39 +0200 Subject: [PATCH 3/3] update: header --- content/manuals/dhi/about/feedback.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/manuals/dhi/about/feedback.md b/content/manuals/dhi/about/feedback.md index 030714743140..ea07ef5e8111 100644 --- a/content/manuals/dhi/about/feedback.md +++ b/content/manuals/dhi/about/feedback.md @@ -6,8 +6,9 @@ keywords: software supply chain security, feedback, bugs, discussion, questions weight: 21 --- -We’re committed to maintaining the quality, security, and reliability of the Docker Hardened Images (DHI). -As part of that commitment, we encourage the community to collaborate in improving the Hardened Images ecosystem. +Committed to maintaining the quality, security, and reliability of the Docker Hardened Images (DHI) +a repository has been created as a point of contact to encourage the community to collaborate +in improving the Hardened Images ecosystem. ## Questions or discussions @@ -29,11 +30,11 @@ You can [open a new issue](https://github.com/docker-hardened-images/discussion/ - Documentation improvements - Security vulnerabilities (see security policy) -We encourage to first search existing issues to see if it’s already been reported. +It's encouraged to first search existing issues to see if it’s already been reported. The DHI team reviews reports regularly and appreciates clear, actionable feedback. ## Responsible Security Disclosure It is forbidden to post details of vulnerabilities before coordinated disclosure and resolution. -If you discover a security vulnerability, please report it responsibly by following Docker’s [security disclosure](https://www.docker.com/trust/vulnerability-disclosure-policy/). +If you discover a security vulnerability, kindly report it responsibly by following Docker’s [security disclosure](https://www.docker.com/trust/vulnerability-disclosure-policy/).