Skip to content

docs: document :main vs :develop image tags#101

Open
bakerboy448 wants to merge 1 commit into
Notifiarr:developfrom
bakerboy448:docs/readme-image-tags
Open

docs: document :main vs :develop image tags#101
bakerboy448 wants to merge 1 commit into
Notifiarr:developfrom
bakerboy448:docs/readme-image-tags

Conversation

@bakerboy448

Copy link
Copy Markdown
Contributor

Summary

README's install examples pin :main, but there's no mention of :develop or what the difference is. Adds a short "Image tags" section under Installation explaining both, plus a pointer to the org.opencontainers.image.* labels already on both tags for anyone who wants to check exactly what's in a pulled image.

Context: :main is the release channel and only rebuilds when a build is cut from main; :develop rebuilds on every merge to develop, so it can be ahead of :main between releases — worth knowing if you're chasing a fix that's merged but not yet released.

No functional/template changes, docs only.

:main is the release channel; :develop tracks the develop branch and
rebuilds on every merge, so it can be ahead of :main between releases.
Worth knowing since a merged fix isn't guaranteed to be in :main yet.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant