Skip to content

Conversation

@Navadeep0007
Copy link
Contributor

What changed

Replaced outdated Docker Hub link for the official mongo image:

  • https://hub.docker.com/r/library/mongo/...https://hub.docker.com/_/mongo/...

Why

Official images are served under the /_/ namespace on Docker Hub. Updating these links avoids redirects and potential 404s.

Files changed

  • content/manuals/engine/security/trust/_index.md

How tested

  • Verified the replacement with git grep.
  • Manually opened the updated link in a browser to confirm it points to the mongo image tags page.

Closes: #23622

@Navadeep0007 Navadeep0007 requested a review from dvdksn as a code owner November 2, 2025 17:38
@netlify
Copy link

netlify bot commented Nov 2, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 201d210
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69079939ef907f00087221cd
😎 Deploy Preview https://deploy-preview-23641--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/security labels Nov 2, 2025
@Navadeep0007 Navadeep0007 force-pushed the fix/update-hub-image-links branch from f22f436 to 201d210 Compare November 2, 2025 17:47
@Navadeep0007
Copy link
Contributor Author

Navadeep0007 commented Nov 2, 2025

Hi @dvdksn and @docker/docs-maintainers 👋
This is a small docs-only fix that updates an outdated Docker Hub link for the official mongo image (library/mongo → _/mongo).

✅ All checks and deploy previews are passing.
Would appreciate a quick review and approval whenever convenient. Thank you for maintaining such a great project!

@Navadeep0007
Copy link
Contributor Author

Navadeep0007 commented Nov 2, 2025

Hi @dvdksn and @docker/docs-maintainers 👋
This is a small docs-only fix that updates an outdated Docker Hub link for the official mongo image (library/mongo → _/mongo).

✅ All checks and deploy previews are passing.
Would appreciate a quick review and approval whenever convenient. Thank you for maintaining such a great project!

Copy link
Contributor

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dvdksn dvdksn merged commit 97c5ec3 into docker:main Nov 3, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/engine Issue affects Docker engine/daemon area/security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Links to images in hub need to be updated

2 participants