Conversation
The image's page on Docker Hub was empty: whatever is not pushed there stays blank, and it is the only description an image gets for someone who never opens the repository. DOCKERHUB.md rather than the README. The reader of that page has already chosen the image, so it opens with `docker run` instead of the installer, drops building from source, and leads with the two things that bite -- binding 0.0.0.0 and the templates volume. Every link is absolute; nothing there is served from a checkout. The `docker run` and compose snippets are rewritten to the tag being released before the file is pushed, so the commands name a version that can actually be pulled. The tags table stays illustrative, matching docs/usage/docker.md. Pre-releases skip the push, on the same reasoning that keeps them off the moving tags: the page would tell everyone to pull an rc. The logo is a 128px PNG, referenced by raw.githubusercontent.com URL. Docker Hub renders markdown and no real overview on the hub uses raw `<img>`, so there is no way to size a 512px original down; and a relative path would resolve against hub.docker.com.
DOCKERHUB.md opens with an HTML comment explaining what the file is for. Docker Hub renders markdown, and no overview on the hub uses raw HTML, so whether it strips a comment or escapes it into visible text at the top of the page is not worth discovering live. The comment is deleted before the push instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Automated back-merge of
mainintodevelop.Latest commit on main:
5a25daf-- feat: publish a Docker Hub overview on releaseOpened by
Back-merge main -> develop, run30765701417.Merge this (or turn on auto-merge) to keep
developin step withmain. Resolve any conflicts here rather than on develop.