Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Replace broken badge with a text-only link to Docker Hub https://hub.docker.com/_/node/
Node.js Docker images are now well established and it isn't necessary to promote them by adding statistics to the README. Docker Hub itself provides pull & star statistics, that currently show 1B+ and 10K+ which I believe are capped upper limits showing maximum usage.
Motivation and Context
The README contains a Docker badge as its first entry.
The image displays in GitHub through cached content from
https://camo.githubusercontent.com/bec1f70c6e52919eabf93bc17b5311477f1a1a74c6fb4210e8ef0dbd4358ee62/68747470733a2f2f646f636b657269636f2e626c616e6b656e736869702e696f2f696d6167652f6e6f6465
however when viewing a preview of the README.md locally, the badge does not display.
https://dockerico.blankenship.io/image/node returns a 404 error and due to this, the workflow markdown-link-check.yml also now fails on pull requests that update any
*.mdfiles.This is a new issue that was not present in Oct 2025, the last time this workflow previously ran successfully.
https://blankenship.io is a private person domain.
It seems that the service that relied on https://dockerico.blankenship.io is no longer working and there is no help or documentation on that page.
Testing Details
View README
Example Output(if appropriate)
Types of changes
Checklist