Skip to content

Commit 846eeb7

Browse files
dhi: add additional resources
Signed-off-by: Craig Osterhout <[email protected]>
1 parent 74e6153 commit 846eeb7

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

content/manuals/dhi/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ params:
3333
description: Resolve common issues with building, running, or debugging Docker Hardened Images.
3434
icon: help_center
3535
link: /dhi/troubleshoot/
36+
- title: Additional resources
37+
description: Links to blog posts, Docker Hub catalog, GitHub repositories, and more.
38+
icon: link
39+
link: /dhi/resources/
3640
---
3741

3842
Docker Hardened Images (DHI) are minimal, secure, and production-ready container

content/manuals/dhi/resources.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Docker Hardened Images resources
3+
linktitle: Additional resources
4+
description: Additional resources including product information, blog posts, and GitHub repositories for Docker Hardened Images
5+
weight: 999
6+
---
7+
8+
This page provides links to additional resources related to Docker Hardened
9+
Images (DHI), including blog posts, Docker Hub resources, and GitHub
10+
repositories.
11+
12+
For product information and feature comparison, visit the [Docker Hardened
13+
Images product page](https://www.docker.com/products/hardened-images/).
14+
15+
## Blog posts
16+
17+
The following blog posts provide insights into Docker Hardened Images, security
18+
features, and announcements:
19+
20+
| Date published | Title |
21+
|------|-------|
22+
| December 19, 2025 | [Docker Hardened Images: Security Independently Validated by SRLabs](https://www.docker.com/blog/docker-hardened-images-security-independently-validated-by-srlabs/) |
23+
| December 17, 2025 | [A Safer Container Ecosystem with Docker: Free Docker Hardened Images](https://www.docker.com/blog/docker-hardened-images-for-every-developer/) |
24+
| October 15, 2025 | [Docker Hardened Images: Crafted by Humans, Protected by AI](https://www.docker.com/blog/docker-hardened-images-crafted-by-humans-protected-by-ai/) |
25+
| September 29, 2025 | [Expanding Docker Hardened Images: Secure Helm Charts for Deployments](https://www.docker.com/blog/docker-hardened-images-helm-charts-beta/) |
26+
| August 6, 2025 | [The Next Evolution of Docker Hardened Images: Customizable, FedRAMP Ready, AI Migration Agent, and Deeper Integrations](https://www.docker.com/blog/the-next-evolution-of-docker-hardened-images/) |
27+
| August 6, 2025 | [Accelerating FedRAMP Compliance with Docker Hardened Images](https://www.docker.com/blog/fedramp-compliance-with-hardened-images/) |
28+
| May 19, 2025 | [Introducing Docker Hardened Images: Secure, Minimal, and Ready for Production](https://www.docker.com/blog/introducing-docker-hardened-images/) |
29+
30+
## Docker Hub
31+
32+
Docker Hardened Images are available on Docker Hub:
33+
34+
- [Docker Hardened Images Catalog](https://dhi.io): Browse and pull Docker
35+
Hardened Images from the official catalog
36+
- [Docker Hub MCP Server](https://hub.docker.com/mcp/server/dockerhub/overview):
37+
MCP server to list Docker Hardened Images (DHIs) available in your
38+
organizations
39+
40+
## GitHub repositories and resources
41+
42+
Docker Hardened Images repositories are available in the
43+
[docker-hardened-images](https://github.com/docker-hardened-images) GitHub
44+
organization:
45+
46+
- [Catalog](https://github.com/docker-hardened-images/catalog): DHI definition
47+
files and catalog metadata
48+
- [Advisories](https://github.com/docker-hardened-images/advisories): CVE
49+
advisories for OSS packages distributed with DHIs
50+
- [Keyring](https://github.com/docker-hardened-images/keyring): Public signing
51+
keys and verification tools
52+
- [Log](https://github.com/docker-hardened-images/log): Log of references (tag >
53+
digest) for Docker Hardened Images
54+
- [Discussions](https://github.com/orgs/docker-hardened-images/discussions):
55+
Community forum and product discussions
56+
57+
## Additional resources
58+
59+
- [Start a free trial](https://hub.docker.com/hardened-images/start-free-trial):
60+
Explore DHI Enterprise features including FIPS/STIG variants, customization,
61+
and SLA-backed support
62+
- [Request a demo](https://www.docker.com/products/hardened-images/): Get a
63+
personalized demo and information about DHI Enterprise subscriptions
64+
- [Request an image](https://github.com/docker-hardened-images/catalog/issues):
65+
Submit a request for a specific Docker Hardened Image
66+
- [Contact Sales](https://www.docker.com/pricing/contact-sales/): Connect with
67+
Docker sales team for enterprise inquiries
68+
- [Docker Support](https://www.docker.com/support/): Access support resources
69+
for DHI Enterprise customers
70+

0 commit comments

Comments
 (0)