-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
File: content/manuals/docker-hub/image-library/trusted-content.md
Issue
The "Troubleshooting failed pulls" section uses time-relative language that will become stale:
Starting in August 2025, Docker Content Trust signing certificates for Docker Official Images began expiring.
This phrasing ("Starting in August 2025...began expiring") will sound increasingly awkward as time passes. The phrase "began expiring" already treats August 2025 as a past event, but the "Starting in" framing suggests an ongoing transition.
Suggested fix
Rewrite to be timeless and focus on the current state rather than when the change happened:
Docker Content Trust signing certificates for Docker Official Images have expired. To resolve pull failures, unset the
DOCKER_CONTENT_TRUSTenvironment variable.
Or if the timing is important for context:
Docker Content Trust signing certificates for Docker Official Images expired in August 2025. To resolve pull failures, unset the
DOCKER_CONTENT_TRUSTenvironment variable.
This removes the time-relative framing while keeping the essential information about how to fix the issue.
Found by nightly documentation freshness scanner