From 55258925922d9ed97b910a804105568e7f4823cf Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Tue, 14 Jul 2026 01:05:09 -0500 Subject: [PATCH] docs: document :main vs :develop image tags :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 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cf67e05..7e2b5bf 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,13 @@ Errors: ## Installation +### Image tags + +- `:main` — release channel, updated when a build is cut from `main`. +- `:develop` — tracks the `develop` branch directly, rebuilt on every merge to `develop`. May be ahead of `:main` between releases; use it if you need a fix that's merged but not yet released on `:main`. + +Both tags carry standard `org.opencontainers.image.*` labels (`.created`, `.revision`) — check those on a pulled image if you need to know exactly what's in it. + ### Compose example ``` yaml