Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions content/manuals/docker-hub/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ tags: [Release notes]
Here you can learn about the latest changes, new features, bug fixes, and
known issues for each Docker Hub release.

## 2026-05-20

### Infrastructure updates

- Docker Hub has added Amazon CloudFront as a CDN for image pushes and pulls,
improving reliability. You may see a new domain,
`production.cloudfront.docker.com`, in your network logs. TLS certificates for
this domain are issued by Amazon Trust Services.

Most users are unaffected. You may need to take action if your environment
uses an egress firewall with a domain allowlist, a TLS inspection proxy, or
a managed CA trust store. See the [Docker Desktop allowlist](/manuals/desktop/setup/allow-list.md)
for updated domain requirements. If you see TLS errors, ensure your trust
store includes the
[Amazon Trust Services Root CAs](https://www.amazontrust.com/repository/).
Paid subscribers can [contact Docker Support](https://hub.docker.com/support/contact/)
Comment thread
craig-osterhout marked this conversation as resolved.
Outdated
if you need updated TLS certificate details or the issue persists.

## 2026-05-06

### Deprecation notice
Expand Down