Skip to content

docs(docker): add a Docker Hub README and sync it on publish - #188

Merged
WhiteMuush merged 1 commit into
developfrom
docs/dockerhub-readme
Sep 2, 2026
Merged

docs(docker): add a Docker Hub README and sync it on publish#188
WhiteMuush merged 1 commit into
developfrom
docs/dockerhub-readme

Conversation

@WhiteMuush

Copy link
Copy Markdown
Owner

The Docker Hub page is empty, so the only thing a visitor can do with the image is guess.

Why a separate document

Its audience is not the one the repository README serves. Someone landing on Docker Hub is about to run the image in production and needs three things: the required variables, what the tags mean, and a compose file that works on the first try. The tech stack, the test commands and the contribution guide belong on GitHub.

What lands

  • docker/README.hub.md: tags, a ready-to-run compose stack with PostgreSQL, the required and optional variables, and the operating notes that are easy to get wrong (concurrent migrations across replicas, the health endpoint, the external scheduler, BETTER_AUTH_URL behind a reverse proxy).
  • A sync step in the publish workflow, marked continue-on-error: the image is already pushed by the time it runs, so a description that fails to update must not turn a good publish into a red run.
  • A pointer from the repository README.

Note

The description API may reject a scoped access token. If the step reports a failure on the next publish, the token needs wider permissions, or the page can be filled by hand. The image push itself is unaffected either way.

The Docker Hub page was empty, so the only thing a visitor could do with the
image was guess. Its audience is not the one the repository README serves: an
operator deploying the image needs the required variables, the tag meanings and
a compose file that works on the first try, not the tech stack or the test
commands. Hence a separate document rather than a link to the existing one.

The publish workflow syncs it after a successful push. The step is marked
continue-on-error on purpose: the image is already published by then, and a
description that fails to update must not turn a good publish into a red run.
@WhiteMuush
WhiteMuush merged commit d461a3e into develop Sep 2, 2026
15 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in DataShield Roadmap Sep 2, 2026
@WhiteMuush
WhiteMuush deleted the docs/dockerhub-readme branch September 2, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant